[FFmpeg-cvslog] vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref.
Nicolas George
git at videolan.org
Sun May 6 16:37:28 CEST 2012
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Sat May 5 09:53:28 2012 +0200| [aaa94f2890e6dc1684cf35d8f3cc924927949d6e] | committer: Nicolas George
vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aaa94f2890e6dc1684cf35d8f3cc924927949d6e
---
libavfilter/vsrc_buffer.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libavfilter/vsrc_buffer.h b/libavfilter/vsrc_buffer.h
index 17c4498..821fb62 100644
--- a/libavfilter/vsrc_buffer.h
+++ b/libavfilter/vsrc_buffer.h
@@ -42,7 +42,10 @@
* @param flags a combination of AV_VSRC_BUF_FLAG_* flags
* @return >= 0 in case of success, a negative AVERROR code in case of
* failure
+ *
+ * @deprecated use av_buffersrc_add_ref() instead.
*/
+attribute_deprecated
int av_vsrc_buffer_add_video_buffer_ref(AVFilterContext *buffer_src,
AVFilterBufferRef *picref, int flags);
More information about the ffmpeg-cvslog
mailing list