vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref.
This commit is contained in:
@@ -42,7 +42,10 @@
|
|||||||
* @param flags a combination of AV_VSRC_BUF_FLAG_* flags
|
* @param flags a combination of AV_VSRC_BUF_FLAG_* flags
|
||||||
* @return >= 0 in case of success, a negative AVERROR code in case of
|
* @return >= 0 in case of success, a negative AVERROR code in case of
|
||||||
* failure
|
* failure
|
||||||
|
*
|
||||||
|
* @deprecated use av_buffersrc_add_ref() instead.
|
||||||
*/
|
*/
|
||||||
|
attribute_deprecated
|
||||||
int av_vsrc_buffer_add_video_buffer_ref(AVFilterContext *buffer_src,
|
int av_vsrc_buffer_add_video_buffer_ref(AVFilterContext *buffer_src,
|
||||||
AVFilterBufferRef *picref, int flags);
|
AVFilterBufferRef *picref, int flags);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user