Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_context: Replace "0 in case of success" by "non negative in case of success"

2017-10-04 Thread wm4
On Wed, 4 Oct 2017 12:51:42 +0200 Michael Niedermayer wrote: > This makes the return code consistent with most of FFmpeg > > Signed-off-by: Michael Niedermayer > --- That's a bit redundant because the FFmpeg convention is guaranteed to work on the caller site anyway. _

[FFmpeg-devel] [PATCH] avcodec/v4l2_context: Replace "0 in case of success" by "non negative in case of success"

2017-10-04 Thread Michael Niedermayer
This makes the return code consistent with most of FFmpeg Signed-off-by: Michael Niedermayer --- libavcodec/v4l2_context.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libavcodec/v4l2_context.h b/libavcodec/v4l2_context.h index 503cc36dc4..63e01dfb89 10064