mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
libavcodec/v4l2_buffers.h: fix cant typos
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
6414415889
commit
1a7a17fb75
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user