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 9D676442B4 for ; Sun, 6 Nov 2022 02:52:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5CAC968B4AB; Sun, 6 Nov 2022 04:52:48 +0200 (EET) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2FBDF68B000 for ; Sun, 6 Nov 2022 04:52:45 +0200 (EET) Received: from 8a1182c8b39a03907e6667bc19d92556 ([1.152.233.42]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 2A62qdBL015184 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sun, 6 Nov 2022 02:52:43 GMT Date: Sun, 6 Nov 2022 13:52:35 +1100 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: <43a8b0cef642b741c04b1075d799f7bc6b5647b1.1667703007.git.pross@xvid.org> References: <540ee629982837fa84f091bed14a0fb1efed2edb.1667703007.git.pross@xvid.org> MIME-Version: 1.0 In-Reply-To: <540ee629982837fa84f091bed14a0fb1efed2edb.1667703007.git.pross@xvid.org> Subject: [FFmpeg-devel] [PATCH 3/3] fate/video: vqc testcase 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: multipart/mixed; boundary="===============1026647695358862527==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1026647695358862527== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uqneymGpej3+jZlh" Content-Disposition: inline --uqneymGpej3+jZlh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- tests/fate/video.mak | 3 +++ tests/ref/fate/vqc | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 tests/ref/fate/vqc diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 40cdd9e3b6..af7e77e814 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -374,6 +374,9 @@ fate-xxan-wc4: CMD =3D framecrc -i $(TARGET_SAMPLES)/wc= 4-xan/wc4trailer-partial.av FATE_VIDEO-$(call FRAMECRC, WAV, SMVJPEG) +=3D fate-smvjpeg fate-smvjpeg: CMD =3D framecrc -idct simple -flags +bitexact -i $(TARGET_S= AMPLES)/smv/clock.smv -an =20 +FATE_VIDEO-$(call FRAMECRC, AVI, VQC) +=3D fate-vqc +fate-vqc: CMD =3D framecrc -i $(TARGET_SAMPLES)/vqc/samp1.avi + FATE_VIDEO +=3D $(FATE_VIDEO-yes) =20 FATE_SAMPLES_FFMPEG +=3D $(FATE_VIDEO) diff --git a/tests/ref/fate/vqc b/tests/ref/fate/vqc new file mode 100644 index 0000000000..c59393a36f --- /dev/null +++ b/tests/ref/fate/vqc @@ -0,0 +1,6 @@ +#tb 0: 845/25333 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 320x240 +#sar 0: 0/1 +0, 0, 0, 1, 115200, 0xb32bba4f --=20 2.35.1 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --uqneymGpej3+jZlh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCY2chcwAKCRBnYHnFrEDd a/w5AJ9HVXPBRMwlCTHNIFFdZSi0deqKRACgm0frHjQyflyYEJlJWLd61d/ZWLk= =SlSm -----END PGP SIGNATURE----- --uqneymGpej3+jZlh-- --===============1026647695358862527== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============1026647695358862527==--