You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/v4l2_context: Reduce spelling variations
Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -112,7 +112,7 @@ static inline void v4l2_save_to_context(V4L2Context* ctx, struct v4l2_format_upd
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* returns 1 if reinit was succesful, negative if it failed
|
* returns 1 if reinit was successful, negative if it failed
|
||||||
* returns 0 if reinit was not executed
|
* returns 0 if reinit was not executed
|
||||||
*/
|
*/
|
||||||
static int v4l2_handle_event(V4L2Context *ctx)
|
static int v4l2_handle_event(V4L2Context *ctx)
|
||||||
@@ -266,7 +266,7 @@ static V4L2Buffer* v4l2_dequeue_v4l2buf(V4L2Context *ctx, int timeout)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
if (ret) {
|
if (ret) {
|
||||||
/* if re-init was successfull drop the buffer (if there was one)
|
/* if re-init was successful drop the buffer (if there was one)
|
||||||
* since we had to reconfigure capture (unmap all buffers)
|
* since we had to reconfigure capture (unmap all buffers)
|
||||||
*/
|
*/
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user