Re: [FFmpeg-devel] [PATCH] avcodec/opusdec: stop setting deprecated swr options

2022-09-23 Thread Andreas Rheinhardt
James Almer: > On 9/23/2022 4:55 PM, Andreas Rheinhardt wrote: >> James Almer: >>> Signed-off-by: James Almer >>> --- >>>   libavcodec/opusdec.c | 11 +++ >>>   1 file changed, 7 insertions(+), 4 deletions(-) >>> >>> diff --git a/libavcodec/opusdec.c b/libavcodec/opusdec.c >>> index c04aa59

Re: [FFmpeg-devel] [PATCH] avcodec/opusdec: stop setting deprecated swr options

2022-09-23 Thread James Almer
On 9/23/2022 4:55 PM, Andreas Rheinhardt wrote: James Almer: Signed-off-by: James Almer --- libavcodec/opusdec.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libavcodec/opusdec.c b/libavcodec/opusdec.c index c04aa598b8..8b10bd1a25 100644 --- a/libavcodec/op

Re: [FFmpeg-devel] [PATCH] avcodec/opusdec: stop setting deprecated swr options

2022-09-23 Thread Andreas Rheinhardt
James Almer: > Signed-off-by: James Almer > --- > libavcodec/opusdec.c | 11 +++ > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/opusdec.c b/libavcodec/opusdec.c > index c04aa598b8..8b10bd1a25 100644 > --- a/libavcodec/opusdec.c > +++ b/libavcodec/opusdec.c