diff options
author | Aman Gupta <aman@tmm1.net> | 2019-08-22 12:42:34 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2019-09-02 15:06:28 -0700 |
commit | 5e2436c6def5bca1c5ac91c71b10b7143b830c81 (patch) | |
tree | 12d9f83853b001bdf5494e6f942126852fe99b74 /libavcodec/v4l2_buffers.h | |
parent | 87daee944b119299c9057440c71aa4a524ef5734 (diff) | |
download | ffmpeg-5e2436c6def5bca1c5ac91c71b10b7143b830c81.tar.gz |
avcodec/v4l2_buffers: fix minor typos and whitespace
Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'libavcodec/v4l2_buffers.h')
-rw-r--r-- | libavcodec/v4l2_buffers.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |