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 F0E5C46334 for ; Mon, 14 Aug 2023 21:37:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2EADE68C655; Tue, 15 Aug 2023 00:37:34 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6923468C16A for ; Tue, 15 Aug 2023 00:37:27 +0300 (EEST) Received: from e7558a32d3568eef279faaec59470a4a ([1.152.242.192]) (authenticated (0 bits)) by mx.sdf.org (8.16.1/8.14.5) with ESMTPSA id 37ELbJh2007847 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Mon, 14 Aug 2023 21:37:23 GMT Date: Tue, 15 Aug 2023 07:37:14 +1000 From: Peter Ross To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches References: <20230814134253.GP7802@pb2> MIME-Version: 1.0 In-Reply-To: <20230814134253.GP7802@pb2> 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="===============0717810287597258516==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0717810287597258516== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wy1dBkz4qVeb5Nd2" Content-Disposition: inline --wy1dBkz4qVeb5Nd2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 14, 2023 at 03:42:53PM +0200, Michael Niedermayer wrote: > 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 >=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 no worries. user selectable option would be welcome. (for example, australia, new zealand and some other countries in south east asia operate citizen band radio on 477mhz, but that's unlikely to cared about by rest of the world.) -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --wy1dBkz4qVeb5Nd2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCZNqehgAKCRBnYHnFrEDd a+psAJsEjrNaEyZZ8tWz28cTMFdyQa718gCeOrf6HY6AeA0aAljkrekl+qNmiOI= =UUVM -----END PGP SIGNATURE----- --wy1dBkz4qVeb5Nd2-- --===============0717810287597258516== 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". --===============0717810287597258516==--