Re: [FFmpeg-devel] [PATCH 1/9] avradio/sdr: use AVTree for candidate stations

2023-07-08 Thread Michael Niedermayer
On Fri, Jul 07, 2023 at 07:22:16PM +0200, Michael Niedermayer wrote: > This is needed so we can keep more information about stations without > performance issues > > Signed-off-by: Michael Niedermayer > --- > libavradio/sdr.h | 4 +- > libavradio/sdrdemux.c | 126 +

[FFmpeg-devel] [PATCH 1/9] avradio/sdr: use AVTree for candidate stations

2023-07-07 Thread Michael Niedermayer
This is needed so we can keep more information about stations without performance issues Signed-off-by: Michael Niedermayer --- libavradio/sdr.h | 4 +- libavradio/sdrdemux.c | 126 -- 2 files changed, 110 insertions(+), 20 deletions(-) diff --git