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 4425440EAF for ; Sun, 9 Oct 2022 00:37:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1A5D268BC5F; Sun, 9 Oct 2022 03:37:41 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9553868BA39 for ; Sun, 9 Oct 2022 03:37:34 +0300 (EEST) Received: from 5a425032029578aaee7cf1809aa3054b ([1.136.222.168]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 2990bSLG006216 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sun, 9 Oct 2022 00:37:32 GMT Date: Sun, 9 Oct 2022 11:37:24 +1100 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: <4e046767e3d6ac068dea125363497987372da881.1665275781.git.pross@xvid.org> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] fate: 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="===============8609320119040106104==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8609320119040106104== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Th/BgKKxNLdNma8Z" Content-Disposition: inline --Th/BgKKxNLdNma8Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- please copy https://trac.ffmpeg.org/attachment/ticket/5601/samp1.avi to $FATE_SAMPLES/vqc/ 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) --Th/BgKKxNLdNma8Z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCY0IXxAAKCRBnYHnFrEDd a4bSAJ9trgFRiDPJd9CkQMOTc4Kkt3AWzACfZpEPvQxNixDc+7JkR/D24t3fD7A= =cYpu -----END PGP SIGNATURE----- --Th/BgKKxNLdNma8Z-- --===============8609320119040106104== 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". --===============8609320119040106104==--