[FFmpeg-cvslog] avcodec/v4l2_buffers: fix minor typos and whitespace

Aman Gupta git at videolan.org
Tue Sep 3 01:26:35 EEST 2019


ffmpeg | branch: master | Aman Gupta <aman at tmm1.net> | Thu Aug 22 12:42:34 2019 -0700| [5e2436c6def5bca1c5ac91c71b10b7143b830c81] | committer: Aman Gupta

avcodec/v4l2_buffers: fix minor typos and whitespace

Signed-off-by: Aman Gupta <aman at tmm1.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e2436c6def5bca1c5ac91c71b10b7143b830c81
---

 libavcodec/v4l2_buffers.c | 4 ++--
 libavcodec/v4l2_buffers.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavcodec/v4l2_buffers.c b/libavcodec/v4l2_buffers.c
index aef911f3bb..4f889509f9 100644
--- a/libavcodec/v4l2_buffers.c
+++ b/libavcodec/v4l2_buffers.c
@@ -282,11 +282,11 @@ static int v4l2_bufref_to_buf(V4L2Buffer *out, int plane, const uint8_t* data, i
 
 /******************************************************************************
  *
- *              V4L2uffer interface
+ *              V4L2Buffer interface
  *
  ******************************************************************************/
 
-int ff_v4l2_buffer_avframe_to_buf(const AVFrame *frame, V4L2Buffer* out)
+int ff_v4l2_buffer_avframe_to_buf(const AVFrame *frame, V4L2Buffer *out)
 {
     int i, ret;
 
diff --git a/libavcodec/v4l2_buffers.h b/libavcodec/v4l2_buffers.h
index 7a57caf949..8dbc7fc104 100644
--- a/libavcodec/v4l2_buffers.h
+++ b/libavcodec/v4l2_buffers.h
@@ -106,7 +106,7 @@ int ff_v4l2_buffer_avpkt_to_buf(const AVPacket *pkt, V4L2Buffer *out);
  *
  * @returns 0 in case of success, a negative AVERROR code otherwise
  */
-int ff_v4l2_buffer_avframe_to_buf(const AVFrame *frame, V4L2Buffer* out);
+int ff_v4l2_buffer_avframe_to_buf(const AVFrame *frame, V4L2Buffer *out);
 
 /**
  * Initializes a V4L2Buffer



More information about the ffmpeg-cvslog mailing list