This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 92f8dd1ea1 tests/fate/mov: add quotes to some map arguments
92f8dd1ea1 is described below

commit 92f8dd1ea1f35c8bc952f6fa3fdab0b298713994
Author:     Michael Niedermayer <[email protected]>
AuthorDate: Mon Mar 2 13:05:18 2026 -0300
Commit:     James Almer <[email protected]>
CommitDate: Mon Mar 2 13:05:18 2026 -0300

    tests/fate/mov: add quotes to some map arguments
    
    Fixes failures for the tests/data/mov-mp4-iamf-7_1_4-video-first.mp4 target 
on some systems.
    
    Signed-off-by: James Almer <[email protected]>
---
 tests/fate/mov.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index ef213b3195..b1af00db7d 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -314,7 +314,7 @@ tests/data/mov-mp4-iamf-7_1_4-video-first.mp4: 
ffmpeg$(PROGSSUF)$(EXESUF) | test
   -/filter_complex $(TARGET_PATH)/tests/data/filtergraphs/iamf_7_1_4 \
   -/stream_group $(TARGET_PATH)/tests/data/streamgroups/audio_element-7_1_4-2 \
   -/stream_group $(TARGET_PATH)/tests/data/streamgroups/mix_presentation-7_1_4 
\
-  -streamid 0:1 -streamid 1:2 -streamid 2:3 -streamid 3:4 -streamid 4:5 
-streamid 5:6 -streamid 6:7 -streamid 7:8 -map 1:v:0 -map [FRONT] -map 
[TOP_FRONT] -map [CENTER] -map [LFE] -map [SIDE] -map [BACK] -map [TOP_BACK] \
+  -streamid 0:1 -streamid 1:2 -streamid 2:3 -streamid 3:4 -streamid 4:5 
-streamid 5:6 -streamid 6:7 -streamid 7:8 -map 1:v:0 -map "[FRONT]" -map 
"[TOP_FRONT]" -map "[CENTER]" -map "[LFE]" -map "[SIDE]" -map "[BACK]" -map 
"[TOP_BACK]" \
   -flags +bitexact -c:a flac -idct simple -dct fastint -sws_flags 
+accurate_rnd+bitexact -flags +bitexact -threads 1 -c:v mpeg4 -t 1 -fflags 
+bitexact -f mp4 $(TARGET_PATH)/tests/data/mov-mp4-iamf-7_1_4-video-first.mp4 
-y 2>/dev/null
 
 # Demux everything

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to