Re: [FFmpeg-devel] [PATCH 17/30] avcodec/opusdec: Return error upon error

2020-12-30 Thread Michael Niedermayer
On Thu, Dec 31, 2020 at 12:31:44AM +0100, Andreas Rheinhardt wrote: > The Opus decoder forgot to return an error when allocating an > SwrContext fails. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/opusdec.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) LGTM thx [...]

[FFmpeg-devel] [PATCH 17/30] avcodec/opusdec: Return error upon error

2020-12-30 Thread Andreas Rheinhardt
The Opus decoder forgot to return an error when allocating an SwrContext fails. Signed-off-by: Andreas Rheinhardt --- libavcodec/opusdec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavcodec/opusdec.c b/libavcodec/opusdec.c index 86a3181e9d..462d70b3bf 100644 --- a/