Re: [FFmpeg-devel] [PATCH 4/6] avcodec/v4l2_context: Use AVERROR macro

2020-01-14 Thread Michael Niedermayer
On Sun, Jan 12, 2020 at 11:11:28PM -0500, Andriy Gelman wrote: > From: Andriy Gelman > > Signed-off-by: Andriy Gelman > --- > libavcodec/v4l2_context.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133

[FFmpeg-devel] [PATCH 4/6] avcodec/v4l2_context: Use AVERROR macro

2020-01-12 Thread Andriy Gelman
From: Andriy Gelman Signed-off-by: Andriy Gelman --- libavcodec/v4l2_context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/v4l2_context.c b/libavcodec/v4l2_context.c index d38ff732dbf..5b8d5f225cd 100644 --- a/libavcodec/v4l2_context.c +++ b/libavcodec/v4l