diff options
author | Clément Bœsch <u@pkh.me> | 2017-04-01 12:06:21 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-04-01 12:07:50 +0200 |
commit | e83a1c5b7ce0d978d69e677bead6cdcf07ec7d38 (patch) | |
tree | 0dd791959d3a8f82cff2b7f99b089c05518e0b61 /tests/fate/hevc.mak | |
parent | 1ef8da77a5ab71fd6da07da816f38f2e639e5543 (diff) | |
parent | 481ff3cf018811ba3235f1c236e970f32a6300b9 (diff) | |
download | ffmpeg-e83a1c5b7ce0d978d69e677bead6cdcf07ec7d38.tar.gz |
Merge commit '481ff3cf018811ba3235f1c236e970f32a6300b9'
* commit '481ff3cf018811ba3235f1c236e970f32a6300b9':
fate: Add h264 and hevc extradata reload tests
Only the HEVC part is merged, see 00c80798160f930ce680f98f869c23d91a261f06
Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'tests/fate/hevc.mak')
-rw-r--r-- | tests/fate/hevc.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak index bb68328165..d1611c1dbd 100644 --- a/tests/fate/hevc.mak +++ b/tests/fate/hevc.mak @@ -238,6 +238,11 @@ fate-hevc-bsf-mp4toannexb: REF = 1873662a3af1848c37e4eb25722c8df9 FATE_HEVC-$(call DEMDEC, HEVC, HEVC) += $(FATE_HEVC) +# this sample has two stsd entries and needs to reload extradata +FATE_HEVC-$(call DEMDEC, MOV, HEVC) += fate-hevc-extradata-reload + +fate-hevc-extradata-reload: CMD = framemd5 -i $(TARGET_SAMPLES)/hevc/extradata-reload-multi-stsd.mov + FATE_SAMPLES_AVCONV += $(FATE_HEVC-yes) fate-hevc: $(FATE_HEVC-yes) |