From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 0C3D14C5DE for ; Sun, 6 Jul 2025 04:20:05 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id E9ABF690EC7; Sun, 6 Jul 2025 07:20:02 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 89E8D690E8C for ; Sun, 6 Jul 2025 07:19:55 +0300 (EEST) Received: from fb69c32dd574463b4f434b0b17b793f4 ([1.136.104.214]) (authenticated (0 bits)) by mx.sdf.org (8.18.1/8.14.3) with ESMTPSA id 5664JmFw012549 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sun, 6 Jul 2025 04:19:52 GMT Date: Sun, 6 Jul 2025 14:19:46 +1000 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 1/4] tests/fate/audio: G.728 test case X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============8095760046871273838==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8095760046871273838== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dUqoRHteAAKVoiPZ" Content-Disposition: inline --dUqoRHteAAKVoiPZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- tests/fate/audio.mak | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak index 1a2d07304b..c21578947a 100644 --- a/tests/fate/audio.mak +++ b/tests/fate/audio.mak @@ -42,6 +42,12 @@ fate-dsf-dst: CMD =3D pcm -i $(TARGET_SAMPLES)/dst/dst-6= 4fs44-2ch.dff fate-dsf-dst: CMP =3D oneoff fate-dsf-dst: REF =3D $(SAMPLES)/dst/dst-64fs44-2ch.pcm =20 +FATE_SAMPLES_AUDIO-$(call PCM, G728, G728, ARESAMPLE_FILTER) +=3D fate-g728 +fate-g728: CMD =3D pcm -i $(TARGET_SAMPLES)/g728/CW3.g728 +fate-g728: REF =3D $(SAMPLES)/g728/OUTA3.BIN +fate-g728: CMP =3D oneoff +fate-g728: FUZZ =3D 5 + FATE_SAMPLES_AUDIO-$(call PCM, AVI, IMC, ARESAMPLE_FILTER) +=3D fate-imc fate-imc: CMD =3D pcm -i $(TARGET_SAMPLES)/imc/imc.avi fate-imc: CMP =3D oneoff --=20 2.47.2 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --dUqoRHteAAKVoiPZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCaGn5XgAKCRBnYHnFrEDd a/EVAJ97nSl2B9zSRN2U+d4tx0xY7a2quQCfTDLP5I3EtXAsc4YzAEbeqPwy79Q= =Ee6r -----END PGP SIGNATURE----- --dUqoRHteAAKVoiPZ-- --===============8095760046871273838== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============8095760046871273838==--