summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-05-05 09:53:28 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-05-06 16:18:10 +0200
commitaaa94f2890e6dc1684cf35d8f3cc924927949d6e (patch)
tree861c77b20fccc2722790401e6b17e06928578059 /libavfilter
parent4d4350f47a2abb600721cd1c1281d0d0c0169bff (diff)
vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref.
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vsrc_buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/vsrc_buffer.h b/libavfilter/vsrc_buffer.h
index 17c4498659..821fb624bd 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);