mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Merge commit '481ff3cf018811ba3235f1c236e970f32a6300b9'
* commit '481ff3cf018811ba3235f1c236e970f32a6300b9':
fate: Add h264 and hevc extradata reload tests
Only the HEVC part is merged, see 00c8079816
Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
e83a1c5b7c
@ -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)
|
||||
|
13
tests/ref/fate/hevc-extradata-reload
Normal file
13
tests/ref/fate/hevc-extradata-reload
Normal file
@ -0,0 +1,13 @@
|
||||
#format: frame checksums
|
||||
#version: 2
|
||||
#hash: MD5
|
||||
#tb 0: 1/25
|
||||
#media_type 0: video
|
||||
#codec_id 0: rawvideo
|
||||
#dimensions 0: 128x128
|
||||
#sar 0: 1/1
|
||||
#stream#, dts, pts, duration, size, hash
|
||||
0, 0, 0, 1, 24576, 0d01217c5d1ec6799643fc7d75ba2337
|
||||
0, 1, 1, 1, 24576, f73d9cca9b4c1765d0ead242c3f0c339
|
||||
0, 2, 2, 1, 24576, aea8b931d694e38ffa54ea4c88e04491
|
||||
0, 3, 3, 1, 24576, 9d8f6a78c1bae37eabcab29295fd02a8
|
Loading…
Reference in New Issue
Block a user