[FFmpeg-cvslog] [ffmpeg-radio] 01/14: avradio/sdrdemux: Add Mittelwelle / Mediumwave / Mediumfrequency band

Michael Niedermayer ffmpeg-git at ffmpeg.org
Sat Jul 22 16:55:47 EEST 2023


This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository libavradio.

commit 60294505720729a55a8de05c56d4432bb36d08a4
Author:     Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Mon Jul 17 16:20:39 2023 +0200
Commit:     Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Tue Jul 18 00:32:53 2023 +0200

    avradio/sdrdemux: Add Mittelwelle / Mediumwave / Mediumfrequency band
    
    Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 libavradio/sdrdemux.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavradio/sdrdemux.c b/libavradio/sdrdemux.c
index 1b3061a406..318b5465da 100644
--- a/libavradio/sdrdemux.c
+++ b/libavradio/sdrdemux.c
@@ -1134,6 +1134,7 @@ static int demodulate_fm(SDRContext *sdr, Station *station, AVStream *st, AVPack
 
 
 BandDescriptor band_descs[] = {
+    {"Mediumwave band"  , "MW",   520000,   1600000},
     {"Shortwave band"   , "SW",  6000000,  18000000},
     {"FM broadcast band", "FM", 88000000, 108000000},
 };



More information about the ffmpeg-cvslog mailing list