diff mbox

[FFmpeg-devel,2/3] avcodec/v4l2_context: Reduce spelling variations

Message ID 20170929002844.27477-2-michael@niedermayer.cc
State Accepted
Commit b81b8a76b54cf6c8e4953463117d3c8153e1b067
Headers show

Commit Message

Michael Niedermayer Sept. 29, 2017, 12:28 a.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavcodec/v4l2_context.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Lou Logan Sept. 29, 2017, 12:32 a.m. UTC | #1
On Thu, Sep 28, 2017, at 04:28 PM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  libavcodec/v4l2_context.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

LGTM
Michael Niedermayer Oct. 1, 2017, 12:36 a.m. UTC | #2
On Thu, Sep 28, 2017 at 04:32:48PM -0800, Lou Logan wrote:
> On Thu, Sep 28, 2017, at 04:28 PM, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> > ---
> >  libavcodec/v4l2_context.c | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> LGTM

will apply, will also apply the rest of the set

thanks

[...]
diff mbox

Patch

diff --git a/libavcodec/v4l2_context.c b/libavcodec/v4l2_context.c
index d675c55f2b..297792f871 100644
--- a/libavcodec/v4l2_context.c
+++ b/libavcodec/v4l2_context.c
@@ -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
  */
 static int v4l2_handle_event(V4L2Context *ctx)
@@ -266,7 +266,7 @@  static V4L2Buffer* v4l2_dequeue_v4l2buf(V4L2Context *ctx, int timeout)
             return NULL;
         }
         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)
              */
             return NULL;