X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fv4l2_buffers.h;h=7a57caf94958877571de0bda2f8de87e71212c44;hb=29929fc8e2449d2db8bd144b2badc8d1e6347412;hp=dc5cc9e26717b7a9908f3a92df6192baf3124e02;hpb=a123e576a485931013c9fae85025d0e78ff3102d;p=ffmpeg diff --git a/libavcodec/v4l2_buffers.h b/libavcodec/v4l2_buffers.h index dc5cc9e2671..7a57caf9495 100644 --- a/libavcodec/v4l2_buffers.h +++ b/libavcodec/v4l2_buffers.h @@ -72,7 +72,7 @@ typedef struct V4L2Buffer { * @param[in] buf The V4L2Buffer to get the information from * * @returns 0 in case of success, AVERROR(EINVAL) if the number of planes is incorrect, - * AVERROR(ENOMEM) if the AVBufferRef cant be created. + * AVERROR(ENOMEM) if the AVBufferRef can't be created. */ int ff_v4l2_buffer_buf_to_avframe(AVFrame *frame, V4L2Buffer *buf); @@ -83,7 +83,7 @@ int ff_v4l2_buffer_buf_to_avframe(AVFrame *frame, V4L2Buffer *buf); * @param[in] buf The V4L2Buffer to get the information from * * @returns 0 in case of success, AVERROR(EINVAL) if the number of planes is incorrect, - * AVERROR(ENOMEM) if the AVBufferRef cant be created. + * AVERROR(ENOMEM) if the AVBufferRef can't be created. * */ int ff_v4l2_buffer_buf_to_avpkt(AVPacket *pkt, V4L2Buffer *buf);