From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id BACB74B96E for ; Tue, 2 Jul 2024 09:37:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DDDA368D8C7; Tue, 2 Jul 2024 12:37:01 +0300 (EEST) Received: from mail1.khirnov.net (quelana.khirnov.net [94.230.150.81]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id ECE3468D517 for ; Tue, 2 Jul 2024 12:36:54 +0300 (EEST) Authentication-Results: mail1.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=NGCbzLyV; dkim-atps=neutral Received: from localhost (mail1.khirnov.net [IPv6:::1]) by mail1.khirnov.net (Postfix) with ESMTP id 6149E4DDB for ; Tue, 2 Jul 2024 11:36:53 +0200 (CEST) Received: from mail1.khirnov.net ([IPv6:::1]) by localhost (mail1.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id idnCK1mRSxis for ; Tue, 2 Jul 2024 11:36:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1719913012; bh=6ua9Af4sPWyWN+aZqsmmV+yNVhsc1UV/H0VMNe942+s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NGCbzLyVeVJrFomJrNN3u+9YCvnK+w1Lmo9KnUkA7sGz3EnCMRHxfh+/YUlklZ63j kQ2s/UE6ksnqIT1auYDz5YQtNO2Wcw4U/kJb4QZDCfRUum04P9UZ7en8k/DtbMo4KA 0WUxapHA3RZ2YqhvB6URLiREYyJpPkZDA0kCrYmqTsVwULmjRVxEHgoipv1fHdHfDl z+oItcO+THWO0XOkaSx1k1+BV1jhtexKGTNcQ0jlXZyAKUGGjFJfkQ42oLVdB1I0Su Ngmr4h87ksqx7uxl8eIuix04TLypYFqoLp5FxGS69WQ4ffEl2HVtvIHM59jfYTcSFb tyv5i0S44ENAw== Received: from libav.khirnov.net (libav.khirnov.net [IPv6:2a00:c500:561:201::7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "libav.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail1.khirnov.net (Postfix) with ESMTPS id 62B67EEE for ; Tue, 2 Jul 2024 11:36:52 +0200 (CEST) Received: from libav.khirnov.net (libav.khirnov.net [IPv6:::1]) by libav.khirnov.net (Postfix) with ESMTP id 2A4473A02A4 for ; Tue, 02 Jul 2024 11:36:46 +0200 (CEST) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Tue, 2 Jul 2024 11:36:43 +0200 Message-ID: <20240702093643.15929-1-anton@khirnov.net> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240330005250.GV6420@pb2> References: <20240330005250.GV6420@pb2> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] tests/fate/mov: add a test for VFR muxing X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- tests/fate/mov.mak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index b54fe19620..d12980815f 100644 --- a/tests/fate/mov.mak +++ b/tests/fate/mov.mak @@ -218,6 +218,11 @@ fate-mov-pcm-remux: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -m fate-mov-pcm-remux: CMP = oneline fate-mov-pcm-remux: REF = e76115bc392d702da38f523216bba165 +FATE_MOV_FFMPEG-$(call TRANSCODE, RAWVIDEO, MOV, TESTSRC_FILTER SETPTS_FILTER) += fate-mov-vfr +fate-mov-vfr: CMD = md5 -filter_complex testsrc=size=2x2:duration=1,setpts=N*N -c rawvideo -fflags +bitexact -f mov +fate-mov-vfr: CMP = oneline +fate-mov-vfr: REF = 1558b4a9398d8635783c93f84eb5a60d + FATE_MOV_FFMPEG_FFPROBE-$(call TRANSCODE, FLAC, MOV, WAV_DEMUXER PCM_S16LE_DECODER) += fate-mov-mp4-iamf-stereo fate-mov-mp4-iamf-stereo: tests/data/asynth-44100-2.wav tests/data/streamgroups/audio_element-stereo tests/data/streamgroups/mix_presentation-stereo fate-mov-mp4-iamf-stereo: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav -- 2.43.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".