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 A1110453BD for ; Sat, 29 Jul 2023 01:47:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AF6AB68C7B1; Sat, 29 Jul 2023 04:47:24 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7ED8668C6D6 for ; Sat, 29 Jul 2023 04:47:17 +0300 (EEST) Received: from 87ad7847709408bcd1c0626b6bbd7da3 ([1.152.216.26]) (authenticated (0 bits)) by mx.sdf.org (8.16.1/8.14.5) with ESMTPSA id 36T1l0dj015886 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sat, 29 Jul 2023 01:47:14 GMT Date: Sat, 29 Jul 2023 11:46:56 +1000 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: MIME-Version: 1.0 Subject: [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="===============6078229466552476945==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6078229466552476945== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x7sGQmkEC2MeO9PG" Content-Disposition: inline --x7sGQmkEC2MeO9PG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- libavradio/sdrdemux.c | 1 + 1 file changed, 1 insertion(+) 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 ModulationDescriptor ff_sdr_modulation_descs[] =3D { --=20 2.40.1 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --x7sGQmkEC2MeO9PG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCZMRvgQAKCRBnYHnFrEDd a8xQAJ9Sd/WOGkKVn5RhN9/Le91gA3teigCg0P+2YSthQKLSKANKNfxofK7gZZ4= =uWUw -----END PGP SIGNATURE----- --x7sGQmkEC2MeO9PG-- --===============6078229466552476945== 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". --===============6078229466552476945==--