]> git.sesse.net Git - ffmpeg/blob - tests/fate/matroska.mak
Merge commit 'b51c7c6b8a5b35cfd06cb9655f9ec4c9f0ddd81b'
[ffmpeg] / tests / fate / matroska.mak
1 # This tests that the matroska demuxer supports modifying the colorspace
2 # properties in remuxing (-c:v copy)
3 # It also tests automatic insertion of the vp9_superframe bitstream filter
4 FATE_MATROSKA-$(call DEMMUX, MATROSKA, MATROSKA) += fate-matroska-remux
5 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
6 fate-matroska-remux: CMP = oneline
7 fate-matroska-remux: REF = 5ebcfaa8e3d534f8a800a58fd2b0aca6
8
9 FATE_SAMPLES_AVCONV += $(FATE_MATROSKA-yes)