[FFmpeg-cvslog] fate/voice: add missing aresample filter dependency

James Almer git at videolan.org
Fri Mar 15 17:46:06 EET 2024


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Mar 14 19:04:15 2024 -0300| [e48b2211448d2e4a89a001b2952592cb122d79ff] | committer: James Almer

fate/voice: add missing aresample filter dependency

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e48b2211448d2e4a89a001b2952592cb122d79ff
---

 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



More information about the ffmpeg-cvslog mailing list