diff options
author | James Almer <jamrial@gmail.com> | 2024-03-03 14:16:55 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-03-05 17:29:20 -0300 |
commit | 708175616c5e41e9cae8264e6552d8339d2735ca (patch) | |
tree | fa4be508314b9c0474fb77b9f7a96e7d108ea878 | |
parent | 1f73b52850b5224a2503e8d5c96100a310585621 (diff) | |
download | ffmpeg-708175616c5e41e9cae8264e6552d8339d2735ca.tar.gz |
fate/mov: use framecrc for the remaining avif/heic tests
Put them in sync with the other tests.
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | tests/fate/mov.mak | 21 | ||||
-rw-r--r-- | tests/ref/fate/mov-avif-demux-still-image-1-item | 8 | ||||
-rw-r--r-- | tests/ref/fate/mov-avif-demux-still-image-multiple-items | 8 | ||||
-rw-r--r-- | tests/ref/fate/mov-heic-demux-still-image-1-item | 8 | ||||
-rw-r--r-- | tests/ref/fate/mov-heic-demux-still-image-multiple-items | 12 |
5 files changed, 21 insertions, 36 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index b443f1418c..062575453d 100644 --- a/tests/fate/mov.mak +++ b/tests/fate/mov.mak @@ -143,23 +143,24 @@ fate-mov-mp4-ttml-stpp: CMD = transcode srt $(TARGET_SAMPLES)/sub/SubRip_capabil fate-mov-mp4-ttml-dfxp: CMD = transcode srt $(TARGET_SAMPLES)/sub/SubRip_capability_tester.srt mp4 "-map 0:s -c:s ttml -time_base:s 1:1000 -tag:s dfxp -strict unofficial" "-map 0 -c copy" "-of json -show_entries packet:stream=index,codec_type,codec_tag_string,codec_tag,codec_name,time_base,start_time,duration_ts,duration,nb_frames,nb_read_packets:stream_tags" # avif demuxing - still image with 1 item. -FATE_MOV_FFMPEG_SAMPLES-$(call FRAMEMD5, MOV, AV1, AV1_PARSER) \ +FATE_MOV_FFMPEG_SAMPLES-$(call FRAMECRC, MOV, AV1, AV1_PARSER) \ += fate-mov-avif-demux-still-image-1-item -fate-mov-avif-demux-still-image-1-item: CMD = framemd5 -c:v av1 -i $(TARGET_SAMPLES)/avif/still_image.avif -c:v copy +fate-mov-avif-demux-still-image-1-item: CMD = framecrc -c:v av1 -i $(TARGET_SAMPLES)/avif/still_image.avif -c:v copy -# avif demuxing - still image with multiple items. only the primary item will be -# parsed. -FATE_MOV_FFMPEG_SAMPLES-$(call FRAMEMD5, MOV, AV1, AV1_PARSER) \ +# avif demuxing - still image with multiple items. +FATE_MOV_FFMPEG_SAMPLES-$(call FRAMECRC, MOV, AV1, AV1_PARSER) \ += fate-mov-avif-demux-still-image-multiple-items -fate-mov-avif-demux-still-image-multiple-items: CMD = framemd5 -c:v av1 -i $(TARGET_SAMPLES)/avif/still_image_exif.avif -c:v copy +fate-mov-avif-demux-still-image-multiple-items: CMD = framecrc -c:v av1 -i $(TARGET_SAMPLES)/avif/still_image_exif.avif -c:v copy -FATE_MOV_FFMPEG_SAMPLES-$(call FRAMEMD5, MOV, HEVC, HEVC_PARSER) \ +# heic demuxing - still image with 1 item. +FATE_MOV_FFMPEG_SAMPLES-$(call FRAMECRC, MOV, HEVC, HEVC_PARSER) \ += fate-mov-heic-demux-still-image-1-item -fate-mov-heic-demux-still-image-1-item: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C002.heic -c:v copy +fate-mov-heic-demux-still-image-1-item: CMD = framecrc -i $(TARGET_SAMPLES)/heif-conformance/C002.heic -c:v copy -FATE_MOV_FFMPEG_SAMPLES-$(call FRAMEMD5, MOV, HEVC, HEVC_PARSER) \ +# heic demuxing - still image with multiple items. +FATE_MOV_FFMPEG_SAMPLES-$(call FRAMECRC, MOV, HEVC, HEVC_PARSER) \ += fate-mov-heic-demux-still-image-multiple-items -fate-mov-heic-demux-still-image-multiple-items: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C003.heic -c:v copy -map 0 +fate-mov-heic-demux-still-image-multiple-items: CMD = framecrc -i $(TARGET_SAMPLES)/heif-conformance/C003.heic -c:v copy -map 0 # heic demuxing - still image with multiple items in a grid. FATE_MOV_FFMPEG_FFPROBE_SAMPLES-$(call DEMMUX, MOV, FRAMECRC, HEVC_DECODER HEVC_PARSER) \ diff --git a/tests/ref/fate/mov-avif-demux-still-image-1-item b/tests/ref/fate/mov-avif-demux-still-image-1-item index 1ead593caa..0108877d10 100644 --- a/tests/ref/fate/mov-avif-demux-still-image-1-item +++ b/tests/ref/fate/mov-avif-demux-still-image-1-item @@ -1,11 +1,7 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 4, b24b71499a8480fa4469bcbcba2140aa +#extradata 0: 4, 0x021c008d #tb 0: 1/1 #media_type 0: video #codec_id 0: av1 #dimensions 0: 352x288 #sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 36265, 235b0c6e389c4084845981e08d60db04 +0, 0, 0, 1, 36265, 0x6c8c9941 diff --git a/tests/ref/fate/mov-avif-demux-still-image-multiple-items b/tests/ref/fate/mov-avif-demux-still-image-multiple-items index 1ead593caa..0108877d10 100644 --- a/tests/ref/fate/mov-avif-demux-still-image-multiple-items +++ b/tests/ref/fate/mov-avif-demux-still-image-multiple-items @@ -1,11 +1,7 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 4, b24b71499a8480fa4469bcbcba2140aa +#extradata 0: 4, 0x021c008d #tb 0: 1/1 #media_type 0: video #codec_id 0: av1 #dimensions 0: 352x288 #sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 36265, 235b0c6e389c4084845981e08d60db04 +0, 0, 0, 1, 36265, 0x6c8c9941 diff --git a/tests/ref/fate/mov-heic-demux-still-image-1-item b/tests/ref/fate/mov-heic-demux-still-image-1-item index c850c1ff9c..63ee5e492e 100644 --- a/tests/ref/fate/mov-heic-demux-still-image-1-item +++ b/tests/ref/fate/mov-heic-demux-still-image-1-item @@ -1,11 +1,7 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 100, 5444bf01e03182c73ae957179d560f4d +#extradata 0: 100, 0xee3e15e9 #tb 0: 1/1 #media_type 0: video #codec_id 0: hevc #dimensions 0: 1280x720 #sar 0: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 111554, 03ceabfab39afd2e2e796b9362111f32 +0, 0, 0, 1, 111554, 0xa0679859 diff --git a/tests/ref/fate/mov-heic-demux-still-image-multiple-items b/tests/ref/fate/mov-heic-demux-still-image-multiple-items index 753cef267a..3469e7ad75 100644 --- a/tests/ref/fate/mov-heic-demux-still-image-multiple-items +++ b/tests/ref/fate/mov-heic-demux-still-image-multiple-items @@ -1,8 +1,5 @@ -#format: frame checksums -#version: 2 -#hash: MD5 -#extradata 0, 100, 5444bf01e03182c73ae957179d560f4d -#extradata 1, 100, 5444bf01e03182c73ae957179d560f4d +#extradata 0: 100, 0xee3e15e9 +#extradata 1: 100, 0xee3e15e9 #tb 0: 1/1 #media_type 0: video #codec_id 0: hevc @@ -13,6 +10,5 @@ #codec_id 1: hevc #dimensions 1: 1280x720 #sar 1: 0/1 -#stream#, dts, pts, duration, size, hash -0, 0, 0, 1, 111554, 03ceabfab39afd2e2e796b9362111f32 -1, 0, 0, 1, 112393, daa001d351c088a5bc328459e2501c95 +0, 0, 0, 1, 111554, 0xa0679859 +1, 0, 0, 1, 112393, 0xdf2b9da0 |