[FFmpeg-cvslog] fate/mov: test remuxing all stream heif items

James Almer git at videolan.org
Mon Feb 26 17:26:21 EET 2024


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Jan 22 15:00:26 2024 -0300| [feab8f9c58cefa878c2dc0bfa13b0d33cf400c22] | committer: James Almer

fate/mov: test remuxing all stream heif items

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

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

 tests/fate/mov.mak                                       | 2 +-
 tests/ref/fate/mov-heic-demux-still-image-multiple-items | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index de1dfa16a2..069ae65324 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -159,7 +159,7 @@ fate-mov-heic-demux-still-image-1-item: CMD = framemd5 -i $(TARGET_SAMPLES)/heif
 
 FATE_MOV_FFMPEG_SAMPLES-$(call FRAMEMD5, 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
+fate-mov-heic-demux-still-image-multiple-items: CMD = framemd5 -i $(TARGET_SAMPLES)/heif-conformance/C003.heic -c:v copy -map 0
 
 # Resulting remux should have:
 # 1. first audio stream with AV_DISPOSITION_HEARING_IMPAIRED
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 c850c1ff9c..753cef267a 100644
--- a/tests/ref/fate/mov-heic-demux-still-image-multiple-items
+++ b/tests/ref/fate/mov-heic-demux-still-image-multiple-items
@@ -2,10 +2,17 @@
 #version: 2
 #hash: MD5
 #extradata 0,                             100, 5444bf01e03182c73ae957179d560f4d
+#extradata 1,                             100, 5444bf01e03182c73ae957179d560f4d
 #tb 0: 1/1
 #media_type 0: video
 #codec_id 0: hevc
 #dimensions 0: 1280x720
 #sar 0: 0/1
+#tb 1: 1/1
+#media_type 1: video
+#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



More information about the ffmpeg-cvslog mailing list