[FFmpeg-cvslog] fate/matroska: add a demux test for ProRes using zlib compression
James Almer
git at videolan.org
Sat Dec 7 17:42:59 EET 2019
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Dec 7 12:23:20 2019 -0300| [70efa31ba1d14b31be61cc38db2cf034db9c50e4] | committer: James Almer
fate/matroska: add a demux test for ProRes using zlib compression
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70efa31ba1d14b31be61cc38db2cf034db9c50e4
---
tests/fate/matroska.mak | 3 +++
tests/ref/fate/matroska-prores-zlib | 8 ++++++++
2 files changed, 11 insertions(+)
diff --git a/tests/fate/matroska.mak b/tests/fate/matroska.mak
index ac89811c08..25f5df82c8 100644
--- a/tests/fate/matroska.mak
+++ b/tests/fate/matroska.mak
@@ -1,3 +1,6 @@
+FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER VORBIS_PARSER) += fate-matroska-prores-zlib
+fate-matroska-prores-zlib: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/prores_zlib.mkv -c:v copy
+
# This tests that the matroska demuxer supports modifying the colorspace
# properties in remuxing (-c:v copy)
# It also tests automatic insertion of the vp9_superframe bitstream filter
diff --git a/tests/ref/fate/matroska-prores-zlib b/tests/ref/fate/matroska-prores-zlib
new file mode 100644
index 0000000000..d88015cd1a
--- /dev/null
+++ b/tests/ref/fate/matroska-prores-zlib
@@ -0,0 +1,8 @@
+#extradata 0: 4, 0x040801a2
+#tb 0: 1/1000
+#media_type 0: video
+#codec_id 0: prores
+#dimensions 0: 1920x1080
+#sar 0: 1/1
+0, 0, 0, 33, 82240, 0x5271abe6
+0, 33, 33, 33, 82240, 0x5271abe6
More information about the ffmpeg-cvslog
mailing list