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 5CA1F43CD9 for ; Sun, 6 Nov 2022 02:56:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CBF0968B49F; Sun, 6 Nov 2022 04:56:05 +0200 (EET) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AC0A768B0E0 for ; Sun, 6 Nov 2022 04:55:58 +0200 (EET) Received: from 46ed623c18cf491757ad6796eb179208 ([1.152.230.13]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 2A62q3oR020685 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sun, 6 Nov 2022 02:52:08 GMT Date: Sun, 6 Nov 2022 13:51:59 +1100 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: <540ee629982837fa84f091bed14a0fb1efed2edb.1667703007.git.pross@xvid.org> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 1/3] fate/microsoft: add mss2 region test case 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="===============6432353017560895879==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6432353017560895879== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KhnvVz3FN/scm6CI" Content-Disposition: inline --KhnvVz3FN/scm6CI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- posting here to test against patchwork tests/fate/microsoft.mak | 3 ++- tests/ref/fate/mss2-region | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 tests/ref/fate/mss2-region diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak index ee1a062425..e98ab30aae 100644 --- a/tests/fate/microsoft.mak +++ b/tests/fate/microsoft.mak @@ -14,8 +14,9 @@ FATE_MSS2-$(call FRAMECRC, ASF, MSS2, SCALE_FILTER) +=3D = fate-mss2-rgb555 fate-mss fate-mss2-rgb555: CMD =3D framecrc -i $(TARGET_SAMPLES)/mss2/rle555.wmv = -pix_fmt rgb555le -vf scale fate-mss2-rgb555s: CMD =3D framecrc -i $(TARGET_SAMPLES)/mss2/rle555s.wmv = -pix_fmt rgb555le -vf scale =20 -FATE_MSS2 +=3D fate-mss2-wmv +FATE_MSS2 +=3D fate-mss2-wmv fate-mss2-region fate-mss2-wmv: CMD =3D framecrc -i $(TARGET_SAMPLES)/mss2/msscreencodec.wm= v -an -frames 100 +fate-mss2-region: CMD =3D framecrc -i $(TARGET_SAMPLES)/mss2/mss2_2.wmv -an =20 FATE_MSS2-$(call FRAMECRC, ASF, MSS2) +=3D $(FATE_MSS2) =20 diff --git a/tests/ref/fate/mss2-region b/tests/ref/fate/mss2-region new file mode 100644 index 0000000000..c0a99f3e1f --- /dev/null +++ b/tests/ref/fate/mss2-region @@ -0,0 +1,7 @@ +#tb 0: 1/1000 +#media_type 0: video +#codec_id 0: rawvideo +#dimensions 0: 160x120 +#sar 0: 0/1 +0, 0, 0, 1, 57600, 0x51bc82a3 +0, 3000, 3000, 1, 57600, 0x51bc82a3 --=20 2.35.1 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --KhnvVz3FN/scm6CI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCY2chSwAKCRBnYHnFrEDd a4qpAJwP9LnEt0/bF7yp2GxbXw6RoXTO4QCgpeoapMEuNAE1/V1GfKNkcH5MC8c= =CkQI -----END PGP SIGNATURE----- --KhnvVz3FN/scm6CI-- --===============6432353017560895879== 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". --===============6432353017560895879==--