]> git.sesse.net Git - ffmpeg/blob - tests/fate/matroska.mak
Merge commit 'e8b96a77010dd62624c3c65c357d7ae3b397ceaa'
[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 = 9b8398b42804ba12c39d2f47299a0996
8
9 FATE_SAMPLES_AVCONV += $(FATE_MATROSKA-yes)