1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/v4l2_buffers: fix minor typos and whitespace

Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
Aman Gupta 2019-08-22 12:42:34 -07:00
parent 87daee944b
commit 5e2436c6de
2 changed files with 3 additions and 3 deletions

View 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, V4L2Buffer* out) int ff_v4l2_buffer_avframe_to_buf(const AVFrame *frame, V4L2Buffer *out)
{ {
int i, ret; int i, ret;

View 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 * @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 * Initializes a V4L2Buffer