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
[...]
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/