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 3023060139 tests/fate/generic-tags: Fix testing with 
--disable-swresample
3023060139 is described below

commit 302306013995e77d052deb9286a4da048d063cdb
Author:     Tau Gärtli <[email protected]>
AuthorDate: Sat May 30 11:54:03 2026 +0200
Commit:     toots <[email protected]>
CommitDate: Sat May 30 14:11:03 2026 +0000

    tests/fate/generic-tags: Fix testing with --disable-swresample
---
 tests/fate/generic-tags.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/fate/generic-tags.mak b/tests/fate/generic-tags.mak
index 085d172bd7..a30a65d2b5 100644
--- a/tests/fate/generic-tags.mak
+++ b/tests/fate/generic-tags.mak
@@ -11,7 +11,7 @@ FATE_GENERIC_TAGS-$(call REMUX, MP3) += 
fate-generic-tags-remux-mp3
 fate-generic-tags-remux-mp3: tests/data/generic-tags.mp3 $(ID3V2_TESTBIN)
 fate-generic-tags-remux-mp3: CMD = run_with_temp "$(FFMPEG) -nostdin 
-hide_banner -loglevel error -i $(TARGET_PATH)/tests/data/generic-tags.mp3 -c 
copy -fflags +bitexact -f mp3 -y" "$(ID3V2_TESTBIN)" mp3
 
-FATE_GENERIC_TAGS-$(call REMUX, MP3, FLAC_MUXER FLAC_DEMUXER FLAC_ENCODER 
FLAC_DECODER) += fate-generic-tags-remux-vorbiscomment
+FATE_GENERIC_TAGS-$(call REMUX, MP3, FLAC_MUXER FLAC_DEMUXER FLAC_ENCODER 
FLAC_DECODER ARESAMPLE_FILTER) += fate-generic-tags-remux-vorbiscomment
 fate-generic-tags-remux-vorbiscomment: tests/data/generic-tags.mp3
 fate-generic-tags-remux-vorbiscomment: CMD = generic_tags mp3 
$(TARGET_PATH)/tests/data/generic-tags.mp3 flac flac "-t 0 -af aresample 
-strict experimental"
 
@@ -19,7 +19,7 @@ FATE_GENERIC_TAGS-$(call REMUX, MP3, ASF_MUXER ASF_DEMUXER 
WMAV1_ENCODER WMAV1_D
 fate-generic-tags-remux-asf: tests/data/generic-tags.mp3
 fate-generic-tags-remux-asf: CMD = generic_tags mp3 
$(TARGET_PATH)/tests/data/generic-tags.mp3 asf wmav1
 
-FATE_GENERIC_TAGS-$(call REMUX, MP3, WAV_MUXER WAV_DEMUXER PCM_S16LE_ENCODER 
PCM_S16LE_DECODER) += fate-generic-tags-remux-riff
+FATE_GENERIC_TAGS-$(call REMUX, MP3, WAV_MUXER WAV_DEMUXER PCM_S16LE_ENCODER 
PCM_S16LE_DECODER ARESAMPLE_FILTER) += fate-generic-tags-remux-riff
 fate-generic-tags-remux-riff: tests/data/generic-tags.mp3
 fate-generic-tags-remux-riff: CMD = generic_tags mp3 
$(TARGET_PATH)/tests/data/generic-tags.mp3 wav pcm_s16le "-t 0 -af aresample"
 

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

Reply via email to