From: James Almer <jamrial@gmail.com> To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH 24/26] fate/voice: add missing aresample filter dependency Date: Thu, 14 Mar 2024 20:01:01 -0300 Message-ID: <20240314230104.19624-24-jamrial@gmail.com> (raw) In-Reply-To: <20240314230104.19624-1-jamrial@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com> --- tests/fate/voice.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fate/voice.mak b/tests/fate/voice.mak index 61a4617b44..ab34e353f7 100644 --- a/tests/fate/voice.mak +++ b/tests/fate/voice.mak @@ -33,7 +33,7 @@ fate-g723_1-dec-7: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/dtx6 FATE_G723_1 += fate-g723_1-dec-8 fate-g723_1-dec-8: CMD = framecrc -postfilter 1 -i $(TARGET_SAMPLES)/g723_1/dtx63e.tco -af aresample -FATE_VOICE-$(call DEMDEC, G723_1, G723_1) += $(FATE_G723_1) +FATE_VOICE-$(call DEMDEC, G723_1, G723_1, ARESAMPLE_FILTER) += $(FATE_G723_1) fate-g723_1: $(FATE_G723_1) FATE_G726 += fate-g726-encode-2bit @@ -63,7 +63,7 @@ fate-gsm-toast: CMD = framecrc -i $(TARGET_SAMPLES)/gsm/sample-gsm-8000.mov -t 1 FATE_VOICE-yes += $(FATE_GSM-yes) fate-gsm: $(FATE_GSM-yes) -FATE_VOICE-$(call DEMDEC, QCP, QCELP) += fate-qcelp +FATE_VOICE-$(call DEMDEC, QCP, QCELP, ARESAMPLE_FILTER) += fate-qcelp fate-qcelp: CMD = pcm -i $(TARGET_SAMPLES)/qcp/0036580847.QCP fate-qcelp: CMP = oneoff fate-qcelp: REF = $(SAMPLES)/qcp/0036580847.pcm -- 2.44.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2024-03-14 23:04 UTC|newest] Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-03-14 23:00 [FFmpeg-devel] [PATCH 01/26] fate/aac: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 02/26] fate/ac3: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 03/26] fate/adpcm: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 04/26] fate/alac: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 05/26] fate/amrnb: " James Almer 2024-03-15 14:59 ` Andreas Rheinhardt 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 06/26] fate/amrwb: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 07/26] fate/atrac: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 08/26] fate/audio: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 09/26] fate/demux: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 10/26] fate/fate-container: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 11/26] fate/filter-audio: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 12/26] fate/ffmpeg: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 13/26] fate/gapless: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 14/26] fate/iamf: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 15/26] fate/libswresample: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 16/26] fate/lossless-audio: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 17/26] fate/monkeysaudio: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 18/26] fate/mov: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 19/26] fate/mp3: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 20/26] fate/mpc: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 21/26] fate/pcm: " James Almer 2024-03-14 23:00 ` [FFmpeg-devel] [PATCH 22/26] fate/real: " James Almer 2024-03-14 23:01 ` [FFmpeg-devel] [PATCH 23/26] fate/vorbis: " James Almer 2024-03-14 23:01 ` James Almer [this message] 2024-03-14 23:01 ` [FFmpeg-devel] [PATCH 25/26] fate/vqf: " James Almer 2024-03-14 23:01 ` [FFmpeg-devel] [PATCH 26/26] fate/wmavoice: " James Almer 2024-03-15 13:47 ` [FFmpeg-devel] [PATCH 01/26] fate/aac: " James Almer
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20240314230104.19624-24-jamrial@gmail.com \ --to=jamrial@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git