Message ID | 20230718214542.685375-1-michael@niedermayer.cc |
---|---|
State | New |
Headers | show |
Series | [FFmpeg-devel,01/14] avradio/sdrdemux: Add Mittelwelle / Mediumwave / Mediumfrequency band | expand |
Context | Check | Description |
---|---|---|
andriy/configure_x86 | warning | Failed to apply patch |
yinshiyou/configure_loongarch64 | warning | Failed to apply patch |
On Tue, Jul 18, 2023 at 11:45:29PM +0200, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> > --- > libavradio/sdrdemux.c | 1 + > 1 file changed, 1 insertion(+) will apply patchset (with fate test fixed as described) [...]
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}, };
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> --- libavradio/sdrdemux.c | 1 + 1 file changed, 1 insertion(+)