mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-10 11:12:21 +08:00
vsrc_buffer: document av_vsrc_buffer_add_video_buffer_ref()
This commit is contained in:
@@ -29,6 +29,13 @@
|
|||||||
|
|
||||||
#include "avfilter.h"
|
#include "avfilter.h"
|
||||||
|
|
||||||
int av_vsrc_buffer_add_video_buffer_ref(AVFilterContext *buffer_filter, AVFilterBufferRef *picref);
|
/**
|
||||||
|
* Add video buffer data in picref to buffer_src.
|
||||||
|
*
|
||||||
|
* @param buffer_src pointer to a buffer source context
|
||||||
|
* @return >= 0 in case of success, a negative AVERROR code in case of
|
||||||
|
* failure
|
||||||
|
*/
|
||||||
|
int av_vsrc_buffer_add_video_buffer_ref(AVFilterContext *buffer_src, AVFilterBufferRef *picref);
|
||||||
|
|
||||||
#endif /* AVFILTER_VSRC_BUFFER_H */
|
#endif /* AVFILTER_VSRC_BUFFER_H */
|
||||||
|
Reference in New Issue
Block a user