Re: [FFmpeg-devel] [PATCH] avcodec/dpx: fix use of uninitialised value

2020-12-18 Thread James Almer
On 12/18/2020 3:03 PM, Paul B Mahol wrote: LGTM Applied. On Fri, Dec 18, 2020 at 6:41 PM James Almer wrote: Found by Valgrind. Signed-off-by: James Almer --- libavcodec/dpx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c index bd431ccbcb..1

Re: [FFmpeg-devel] [PATCH] avcodec/dpx: fix use of uninitialised value

2020-12-18 Thread Paul B Mahol
LGTM On Fri, Dec 18, 2020 at 6:41 PM James Almer wrote: > Found by Valgrind. > > Signed-off-by: James Almer > --- > libavcodec/dpx.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/dpx.c b/libavcodec/dpx.c > index bd431ccbcb..12bc165415 100644 > --- a/libavcodec/dpx.c > +