[FFmpeg-devel] [PATCH 01/14] avradio/sdrdemux: Add Mittelwelle / Mediumwave / Mediumfrequency band
Michael Niedermayer
michael at niedermayer.cc
Wed Jul 19 00:45:29 EEST 2023
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},
};
--
2.31.1
More information about the ffmpeg-devel
mailing list