[FFmpeg-cvslog] fate: Add test for 012v codec
Petru Rares Sincraian
git at videolan.org
Mon Apr 18 23:18:16 CEST 2016
ffmpeg | branch: master | Petru Rares Sincraian <psincraian at outlook.com> | Mon Apr 18 18:52:51 2016 +0200| [f25367f4b41c55868d3cd48388aac8f8f50f6369] | committer: Michael Niedermayer
fate: Add test for 012v codec
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f25367f4b41c55868d3cd48388aac8f8f50f6369
---
tests/fate/video.mak | 3 +++
tests/ref/fate/012v | 6 ++++++
2 files changed, 9 insertions(+)
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index dd24d28..2f4ab6d 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -7,6 +7,9 @@ fate-4xm-2: CMD = framecrc -i $(TARGET_SAMPLES)/4xm/version2.4xm -pix_fmt rgb24
FATE_VIDEO-$(call DEMDEC, FOURXM, FOURXM) += $(FATE_4XM)
fate-4xm: $(FATE_4XM)
+FATE_VIDEO-$(call DEMDEC, AVI, ZERO12V) += fate-012v
+fate-012v: CMD = framecrc -i $(TARGET_SAMPLES)/012v/sample.avi -pix_fmt yuv422p16le
+
FATE_VIDEO-$(call DEMDEC, AVI, AASC) += fate-aasc
fate-aasc: CMD = framecrc -i $(TARGET_SAMPLES)/aasc/AASC-1.5MB.AVI -pix_fmt rgb24
diff --git a/tests/ref/fate/012v b/tests/ref/fate/012v
new file mode 100644
index 0000000..198bba3
--- /dev/null
+++ b/tests/ref/fate/012v
@@ -0,0 +1,6 @@
+#tb 0: 1/10
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 316x240
+#sar 0: 0/1
+0, 0, 0, 1, 303360, 0xc5439580
More information about the ffmpeg-cvslog
mailing list