summaryrefslogtreecommitdiffstats
path: root/tests/fate/matroska.mak
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2016-05-06 09:27:13 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2016-05-10 09:26:12 -0400
commit3ed5218bd36573f6ac46b6d43637741da912f810 (patch)
treef88ba7c155ab5ae1e158444c2a0561ab1f217997 /tests/fate/matroska.mak
parent9c4943e6710d9e57dac7547d7136b619cfff23a2 (diff)
downloadffmpeg-streaming-3ed5218bd36573f6ac46b6d43637741da912f810.zip
ffmpeg-streaming-3ed5218bd36573f6ac46b6d43637741da912f810.tar.gz
fate: add matroska-remux test.
This tests automatic insertion of the vp9_superframe BSF as well as ensuring that the colorspace properties in the video header can be modified when remuxing (-c:v copy).
Diffstat (limited to 'tests/fate/matroska.mak')
-rw-r--r--tests/fate/matroska.mak9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fate/matroska.mak b/tests/fate/matroska.mak
new file mode 100644
index 0000000..8cf1734
--- /dev/null
+++ b/tests/fate/matroska.mak
@@ -0,0 +1,9 @@
+# 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
+FATE_MATROSKA-$(call DEMMUX, MATROSKA, MATROSKA) += fate-matroska-remux
+fate-matroska-remux: CMD = md5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-2pass-akiyo.webm -color_trc 4 -c:v copy -fflags +bitexact -strict -2 -f matroska
+fate-matroska-remux: CMP = oneline
+fate-matroska-remux: REF = 5ebcfaa8e3d534f8a800a58fd2b0aca6
+
+FATE_SAMPLES_AVCONV += $(FATE_MATROSKA-yes)
OpenPOWER on IntegriCloud