From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 870AC40537 for ; Fri, 21 Jul 2023 18:43:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4B89A68C5CA; Fri, 21 Jul 2023 21:43:07 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4927A68C3D6 for ; Fri, 21 Jul 2023 21:43:01 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 73F5220005 for ; Fri, 21 Jul 2023 18:43:00 +0000 (UTC) Date: Fri, 21 Jul 2023 20:42:59 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230721184259.GB7802@pb2> References: <20230718214542.685375-1-michael@niedermayer.cc> <20230718214542.685375-8-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20230718214542.685375-8-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 08/14] tests: Add avradio/sdrdemux tests 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="===============1007878423672712542==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1007878423672712542== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="H+4ONPRPur6+Ovig" Content-Disposition: inline --H+4ONPRPur6+Ovig Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 18, 2023 at 11:45:36PM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > tests/Makefile | 1 + > tests/fate/sdr.mak | 11 +++++++++ > tests/ref/fate/sdr-am | 55 +++++++++++++++++++++++++++++++++++++++++++ > tests/ref/fate/sdr-fm | 25 ++++++++++++++++++++ > 4 files changed, 92 insertions(+) > create mode 100644 tests/fate/sdr.mak > create mode 100644 tests/ref/fate/sdr-am > create mode 100644 tests/ref/fate/sdr-fm >=20 > diff --git a/tests/Makefile b/tests/Makefile > index e09f30a0fc..d8a1abd04e 100644 > --- a/tests/Makefile > +++ b/tests/Makefile > @@ -230,6 +230,7 @@ include $(SRC_PATH)/tests/fate/qt.mak > include $(SRC_PATH)/tests/fate/qtrle.mak > include $(SRC_PATH)/tests/fate/real.mak > include $(SRC_PATH)/tests/fate/screen.mak > +include $(SRC_PATH)/tests/fate/sdr.mak > include $(SRC_PATH)/tests/fate/segafilm.mak > include $(SRC_PATH)/tests/fate/segment.mak > include $(SRC_PATH)/tests/fate/source.mak > diff --git a/tests/fate/sdr.mak b/tests/fate/sdr.mak > new file mode 100644 > index 0000000000..a4d9fbba47 > --- /dev/null > +++ b/tests/fate/sdr.mak > @@ -0,0 +1,11 @@ > +FATE_SDR =3D fate-sdr-am \ > + fate-sdr-fm \ > + > +FATE_SAMPLES_FFMPEG +=3D $(FATE_SDR) > + > +fate-sdr-am: CMD =3D framecrc -mode all_mode -video_size 400x200 -i $(TA= RGET_SAMPLES)/sdr/am.sdr -map 0 -filter:a aresample > +fate-sdr-fm: CMD =3D framecrc -mode all_mode -video_size 400x200 -i $(TA= RGET_SAMPLES)/sdr/fm.sdr -map 0 -filter:a aresample I will change this to pcm_u8 as there are rounding differences between mach= iens [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you think the mosad wants you dead since a long time then you are either wrong or dead since a long time. --H+4ONPRPur6+Ovig Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZLrRqwAKCRBhHseHBAsP q0t6AKCEYJY353j+4nNu/aJdCrYOIedhIACeLApHPKK75WizdI4SkWNEQ3mfuok= =Yb7s -----END PGP SIGNATURE----- --H+4ONPRPur6+Ovig-- --===============1007878423672712542== 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". --===============1007878423672712542==--