summaryrefslogtreecommitdiff
path: root/tests/fate/matroska.mak
blob: 7de9a5904bcfcb17ecd05a9e5e065629db9bff16 (plain)
1
2
3
4
5
6
7
8
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 = d1a5fc15908ba10ca3efa282059ca79f

FATE_SAMPLES_AVCONV += $(FATE_MATROSKA-yes)