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