Ups, sorry. Here is the patch :)

________________________________________
From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> on behalf of Michael 
Niedermayer <mich...@niedermayer.cc>
Sent: Tuesday, April 19, 2016 7:15 PM
To: FFmpeg development discussions and patches
Subject: Re: [FFmpeg-devel] [PATCH] Add test for mts2 (mss4) codec

On Tue, Apr 19, 2016 at 04:26:12PM +0000, Petru Rares Sincraian wrote:
> Hi there,
>
> Here is a patch for the mts2 codec. You can download the sample here: 
> https://drive.google.com/open?id=0ByhGgswO8BQcbVBwS2pEUkNTN2c
> The sample is supposed to be in $(TARGET_SAMPLES)/mts2/sample.xesc
>
> md5: 47f13a4a49bd8955491a9421b6db3751


you forgot to attach the patch

[...]
--
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

What does censorship reveal? It reveals fear. -- Julian Assange
From 0d05f93b287b514577eaa68e4d7f52b06740c3d9 Mon Sep 17 00:00:00 2001
From: Petru Rares Sincraian <psincra...@outlook.com>
Date: Tue, 19 Apr 2016 17:39:47 +0200
Subject: [PATCH] Add test for mts2 (mss4) codec

---
 tests/fate/microsoft.mak |  6 ++++++
 tests/ref/fate/mts2-xesc | 22 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 tests/ref/fate/mts2-xesc

diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak
index e72d408..861eb15 100644
--- a/tests/fate/microsoft.mak
+++ b/tests/fate/microsoft.mak
@@ -25,6 +25,12 @@ fate-mss2-wmv: CMD = framecrc -i $(TARGET_SAMPLES)/mss2/msscreencodec.wmv -an -f
 FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, MSS2) += $(FATE_MSS2)
 fate-mss2: $(FATE_MSS2)
 
+FATE_MTS2 += fate-mts2-xesc
+fate-mts2-xesc: CMD = framecrc -i $(TARGET_SAMPLES)/mts2/sample.xesc -pix_fmt yuv444p
+
+FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, MTS2) += $(FATE_MTS2)
+fate-mts2: $(FATE_MTS2)
+
 FATE_MSVIDEO1 += fate-msvideo1-8bit
 fate-msvideo1-8bit: CMD = framecrc -i $(TARGET_SAMPLES)/cram/skating.avi -t 1 -pix_fmt rgb24
 
diff --git a/tests/ref/fate/mts2-xesc b/tests/ref/fate/mts2-xesc
new file mode 100644
index 0000000..6d40741
--- /dev/null
+++ b/tests/ref/fate/mts2-xesc
@@ -0,0 +1,22 @@
+#tb 0: 12/185
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 1368x768
+#sar 0: 0/1
+0,          0,          0,        1,  3151872, 0x90aa1943
+0,          3,          3,        1,  3151872, 0xbbe670de
+0,          4,          4,        1,  3151872, 0x818d8c1c
+0,          5,          5,        1,  3151872, 0xc2cf510d
+0,          6,          6,        1,  3151872, 0xff904cda
+0,          7,          7,        1,  3151872, 0xc843fce8
+0,          8,          8,        1,  3151872, 0xbfc24e6e
+0,          9,          9,        1,  3151872, 0x5eea45bc
+0,         10,         10,        1,  3151872, 0x86634b52
+0,         11,         11,        1,  3151872, 0x86634b52
+0,         12,         12,        1,  3151872, 0x86634b52
+0,         13,         13,        1,  3151872, 0x86634b52
+0,         14,         14,        1,  3151872, 0x86634b52
+0,         15,         15,        1,  3151872, 0x86634b52
+0,         16,         16,        1,  3151872, 0x86634b52
+0,         17,         17,        1,  3151872, 0xaf542632
+0,         18,         18,        1,  3151872, 0x8f16cdaf
-- 
1.9.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to