summaryrefslogtreecommitdiffstats
path: root/libavfilter/buffersrc.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-28 14:30:21 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-08-28 16:01:16 +0200
commitf6974fe651d29ef6eb68d66d73f7b6c011062aa0 (patch)
tree37a9f0b2d74680e99ac1d3ad3abe8f5b860d36b9 /libavfilter/buffersrc.h
parente65e4cbbda03ca3c9087f069c9867d518415fca1 (diff)
downloadffmpeg-streaming-f6974fe651d29ef6eb68d66d73f7b6c011062aa0.zip
ffmpeg-streaming-f6974fe651d29ef6eb68d66d73f7b6c011062aa0.tar.gz
lavfi: Drop deprecated AVFilterBuffer* code
Deprecated in 11/2012.
Diffstat (limited to 'libavfilter/buffersrc.h')
-rw-r--r--libavfilter/buffersrc.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libavfilter/buffersrc.h b/libavfilter/buffersrc.h
index 0ca4d96..7e83d6b 100644
--- a/libavfilter/buffersrc.h
+++ b/libavfilter/buffersrc.h
@@ -34,21 +34,6 @@
* @{
*/
-#if FF_API_AVFILTERBUFFER
-/**
- * Add a buffer to a filtergraph.
- *
- * @param ctx an instance of the buffersrc filter
- * @param buf buffer containing frame data to be passed down the filtergraph.
- * This function will take ownership of buf, the user must not free it.
- * A NULL buf signals EOF -- i.e. no more frames will be sent to this filter.
- *
- * @deprecated use av_buffersrc_write_frame() or av_buffersrc_add_frame()
- */
-attribute_deprecated
-int av_buffersrc_buffer(AVFilterContext *ctx, AVFilterBufferRef *buf);
-#endif
-
/**
* Add a frame to the buffer source.
*
OpenPOWER on IntegriCloud