]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/v4l2_buffers: fix minor typos and whitespace
authorAman Gupta <aman@tmm1.net>
Thu, 22 Aug 2019 19:42:34 +0000 (12:42 -0700)
committerAman Gupta <aman@tmm1.net>
Mon, 2 Sep 2019 22:06:28 +0000 (15:06 -0700)
Signed-off-by: Aman Gupta <aman@tmm1.net>
libavcodec/v4l2_buffers.c
libavcodec/v4l2_buffers.h

index aef911f3bbcff14d6bb942f4dc55d9e08515127d..4f889509f9121ed5b4ce62873e4b07ac7162d17c 100644 (file)
@@ -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, V4L2Bufferout)
+int ff_v4l2_buffer_avframe_to_buf(const AVFrame *frame, V4L2Buffer *out)
 {
     int i, ret;
 
index 7a57caf94958877571de0bda2f8de87e71212c44..8dbc7fc104d9d6969bba90c2cd690f6582d48a75 100644 (file)
@@ -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, V4L2Bufferout);
+int ff_v4l2_buffer_avframe_to_buf(const AVFrame *frame, V4L2Buffer *out);
 
 /**
  * Initializes a V4L2Buffer