mirror of https://git.ffmpeg.org/ffmpeg.git
buffersrc: fix av_buffersrc_add_ref doxy.
av_buffersrc_add_ref can handle audio too now.
This commit is contained in:
parent
870ca6a238
commit
8ad1964ec5
|
@ -42,7 +42,7 @@ enum {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add video buffer data in picref to buffer_src.
|
* Add buffer data in picref to buffer_src.
|
||||||
*
|
*
|
||||||
* @param buffer_src pointer to a buffer source context
|
* @param buffer_src pointer to a buffer source context
|
||||||
* @param picref a buffer reference, or NULL to mark EOF
|
* @param picref a buffer reference, or NULL to mark EOF
|
||||||
|
|
Loading…
Reference in New Issue