diff options
author | James Almer <jamrial@gmail.com> | 2024-01-22 15:00:26 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-02-26 12:21:12 -0300 |
commit | feab8f9c58cefa878c2dc0bfa13b0d33cf400c22 (patch) | |
tree | 0b72074e3d86b0deb8590e66c4c9bde1924d6f9a | |
parent | 41e349c24a726d0c3bac5830eec9f6940ea41c63 (diff) | |
download | ffmpeg-feab8f9c58cefa878c2dc0bfa13b0d33cf400c22.tar.gz |
fate/mov: test remuxing all stream heif items
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | tests/fate/mov.mak | 2 | ||||
-rw-r--r-- | tests/ref/fate/mov-heic-demux-still-image-multiple-items | 7 |
2 files changed, 8 insertions, 1 deletions
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 |