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 A925C462EB for ; Mon, 14 Aug 2023 13:43:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8AEAA68C5B1; Mon, 14 Aug 2023 16:43:01 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 317F668B838 for ; Mon, 14 Aug 2023 16:42:55 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 5C48B1BF207 for ; Mon, 14 Aug 2023 13:42:54 +0000 (UTC) Date: Mon, 14 Aug 2023 15:42:53 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230814134253.GP7802@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/2] avradio/sdr: add Airband frequencies 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="===============8868244961460753830==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8868244961460753830== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PGqTVOLC1T4Te7z9" Content-Disposition: inline --PGqTVOLC1T4Te7z9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 29, 2023 at 11:46:56AM +1000, Peter Ross wrote: > --- > libavradio/sdrdemux.c | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/libavradio/sdrdemux.c b/libavradio/sdrdemux.c > index 3b24cfedef..0bd9222e6d 100644 > --- a/libavradio/sdrdemux.c > +++ b/libavradio/sdrdemux.c > @@ -1159,6 +1159,7 @@ BandDescriptor band_descs[] =3D { > {"Mediumwave band" , "MW", 520000, 1600000}, > {"Shortwave band" , "SW", 6000000, 18000000}, > {"FM broadcast band", "FM", 88000000, 108000000}, > + {"Aircraft band", "Airband", 108000000, 137000000}, > }; > =20 sorry for my slow reply I wanted to implement a more flexible system for the user to select bands So the user can select exactly what he wants to be considered. But my prior patches seem to experience massive interrest and review so it might take a little longer for me to get that done thx [...] --=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. --PGqTVOLC1T4Te7z9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZNovWQAKCRBhHseHBAsP qxG1AKCaua7i7FxOEUnVUW0TEB4XXmfGzgCgglBi2VIyevZtTL8I4S+lYp8APB0= =dVMU -----END PGP SIGNATURE----- --PGqTVOLC1T4Te7z9-- --===============8868244961460753830== 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". --===============8868244961460753830==--