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

Git pushed a commit to branch master
in repository ffmpeg.

commit 20b70144a6834dbf2984a26d90a4476068fc1f5c
Author:     Romain Beauxis <[email protected]>
AuthorDate: Fri Aug 7 17:15:07 2026 -0500
Commit:     Romain Beauxis <[email protected]>
CommitDate: Fri Aug 21 03:38:24 2026 +0000

    tests/fate/gapless: complete the mp3 test dependencies
    
    The gapless() helper decodes through the wav muxer into the md5 protocol,
    neither of which FRAMECRC requires, and ffprobe_demux reads the sample
    through the file protocol, against a reference that covers the sample
    format the mp3 decoder picked.
---
 tests/fate/gapless.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/fate/gapless.mak b/tests/fate/gapless.mak
index d21864546e..45f07a7a5f 100644
--- a/tests/fate/gapless.mak
+++ b/tests/fate/gapless.mak
@@ -1,7 +1,7 @@
-FATE_GAPLESS-$(call FRAMECRC, MP3, MP3, ARESAMPLE_FILTER) += fate-gapless-mp3
+FATE_GAPLESS-$(call FRAMECRC, MP3, MP3, ARESAMPLE_FILTER WAV_MUXER 
MD5_PROTOCOL) += fate-gapless-mp3
 fate-gapless-mp3: CMD = gapless $(TARGET_SAMPLES)/gapless/gapless.mp3 "-c:a 
mp3"
 
-FATE_GAPLESSINFO_PROBE-$(CONFIG_MP3_DEMUXER) += fate-gapless-mp3-side-data
+FATE_GAPLESSINFO_PROBE-$(call ALLYES, MP3_DEMUXER MP3FLOAT_DECODER 
FILE_PROTOCOL) += fate-gapless-mp3-side-data
 fate-gapless-mp3-side-data: CMD = ffprobe_demux 
$(TARGET_SAMPLES)/gapless/gapless.mp3
 
 # The trailing padding of this sample spans two packets. The duration of the

-- 
To stop receiving notification emails like this one, please contact
[email protected].
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to