Re: [FFmpeg-devel] [PATCH 2/2] avcodec/cuviddec: unref output frame on failure

2020-12-13 Thread Philip Langdale
On Sun, 13 Dec 2020 15:51:04 -0300 James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/cuviddec.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavcodec/cuviddec.c b/libavcodec/cuviddec.c > index 331851231f..49775b5a09 100644 > --- a/libavcodec/cuviddec.c > +++ b

[FFmpeg-devel] [PATCH 2/2] avcodec/cuviddec: unref output frame on failure

2020-12-13 Thread James Almer
Signed-off-by: James Almer --- libavcodec/cuviddec.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/cuviddec.c b/libavcodec/cuviddec.c index 331851231f..49775b5a09 100644 --- a/libavcodec/cuviddec.c +++ b/libavcodec/cuviddec.c @@ -634,6 +634,9 @@ FF_ENABLE_DEPRECATION_WARNINGS