[FFmpeg-cvslog] fate/mov: force the native av1 decoder for the avif tests

James Almer git at videolan.org
Wed Jan 10 01:46:49 EET 2024


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Jan  9 20:44:21 2024 -0300| [6d2f64534dabd822da3d0b86b8df96f2a2cb537a] | committer: James Almer

fate/mov: force the native av1 decoder for the avif tests

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d2f64534dabd822da3d0b86b8df96f2a2cb537a
---

 tests/fate/mov.mak                                       | 4 ++--
 tests/ref/fate/mov-avif-demux-still-image-1-item         | 2 +-
 tests/ref/fate/mov-avif-demux-still-image-multiple-items | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index 97f46f99ad..af1ac38c4d 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -144,11 +144,11 @@ 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-avif-demux-still-image-1-item: CMD = framemd5 -i $(TARGET_SAMPLES)/avif/still_image.avif -c:v copy
+fate-mov-avif-demux-still-image-1-item: CMD = framemd5 -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-avif-demux-still-image-multiple-items: CMD = framemd5 -i $(TARGET_SAMPLES)/avif/still_image_exif.avif -c:v copy
+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-heic-demux-still-image-1-item: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C002.heic -c:v copy
 
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 93773afd4e..b74a2d9dbc 100644
--- a/tests/ref/fate/mov-avif-demux-still-image-1-item
+++ b/tests/ref/fate/mov-avif-demux-still-image-1-item
@@ -6,6 +6,6 @@
 #media_type 0: video
 #codec_id 0: av1
 #dimensions 0: 352x288
-#sar 0: 1/1
+#sar 0: 0/1
 #stream#, dts,        pts, duration,     size, hash
 0,          0,          0,        1,    36265, 235b0c6e389c4084845981e08d60db04
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 93773afd4e..b74a2d9dbc 100644
--- a/tests/ref/fate/mov-avif-demux-still-image-multiple-items
+++ b/tests/ref/fate/mov-avif-demux-still-image-multiple-items
@@ -6,6 +6,6 @@
 #media_type 0: video
 #codec_id 0: av1
 #dimensions 0: 352x288
-#sar 0: 1/1
+#sar 0: 0/1
 #stream#, dts,        pts, duration,     size, hash
 0,          0,          0,        1,    36265, 235b0c6e389c4084845981e08d60db04



More information about the ffmpeg-cvslog mailing list