Re: [FFmpeg-devel] [PATCH 2/6] avcodec:v4l2_context: Remove NULL initialization

2020-02-01 Thread Mark Thompson
On 13/01/2020 04:11, Andriy Gelman wrote: > From: Andriy Gelman > > Signed-off-by: Andriy Gelman > --- > libavcodec/v4l2_context.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > On 13/01/2020 04:11, Andriy Gelman wrote:> From: Andriy Gelman > > Before this commit s->avctx =

[FFmpeg-devel] [PATCH 2/6] avcodec:v4l2_context: Remove NULL initialization

2020-01-12 Thread Andriy Gelman
From: Andriy Gelman Signed-off-by: Andriy Gelman --- libavcodec/v4l2_context.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/v4l2_context.c b/libavcodec/v4l2_context.c index bdc2b841530..d38ff732dbf 100644 --- a/libavcodec/v4l2_context.c +++ b/libavcodec/v