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 DD71645022 for ; Sat, 29 Jul 2023 01:47:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CF52468C96B; Sat, 29 Jul 2023 04:47:48 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8227E68C607 for ; Sat, 29 Jul 2023 04:47:42 +0300 (EEST) Received: from e7558a32d3568eef279faaec59470a4a ([1.152.216.195]) (authenticated (0 bits)) by mx.sdf.org (8.16.1/8.14.5) with ESMTPSA id 36T1lSst022657 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sat, 29 Jul 2023 01:47:41 GMT Date: Sat, 29 Jul 2023 11:47:24 +1000 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: <46f0580f339725d92f291efc03bdee95c710e7db.1690595171.git.pross@xvid.org> References: MIME-Version: 1.0 In-Reply-To: Subject: [FFmpeg-devel] [PATCH 2/2] avradio/sdr: ident band_descs 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="===============1103675436417400015==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1103675436417400015== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5R4hwC/6U6zbApFN" Content-Disposition: inline --5R4hwC/6U6zbApFN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- libavradio/sdrdemux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavradio/sdrdemux.c b/libavradio/sdrdemux.c index 0bd9222e6d..6a74a6ee2a 100644 --- a/libavradio/sdrdemux.c +++ b/libavradio/sdrdemux.c @@ -1156,9 +1156,9 @@ static int demodulate_fm(SDRContext *sdr, Station *st= ation, AVStream *st, AVPack =20 =20 BandDescriptor band_descs[] =3D { - {"Mediumwave band" , "MW", 520000, 1600000}, - {"Shortwave band" , "SW", 6000000, 18000000}, - {"FM broadcast band", "FM", 88000000, 108000000}, + {"Mediumwave band" , "MW", 520000, 1600000}, + {"Shortwave band" , "SW", 6000000, 18000000}, + {"FM broadcast band", "FM", 88000000, 108000000}, {"Aircraft band", "Airband", 108000000, 137000000}, }; =20 --=20 2.40.1 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --5R4hwC/6U6zbApFN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCZMRvrAAKCRBnYHnFrEDd awCPAKCc3lU0lw9VbOjCPw+Oxrxbb/OnyACg0/d7mPe2w1xZCektdVQhXzHittY= =P3hX -----END PGP SIGNATURE----- --5R4hwC/6U6zbApFN-- --===============1103675436417400015== 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". --===============1103675436417400015==--