Signed-off-by: Michael Niedermayer <[email protected]>
---
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
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".