summaryrefslogtreecommitdiff
path: root/libavfilter/buffersrc.h
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-05-05 09:26:52 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-05-06 16:18:10 +0200
commit317b2b7e92126a86e36e0f2bd3fa254625b2bb45 (patch)
treec4a5580f536c5901ea0a1b18ea8f39ee4949d2d1 /libavfilter/buffersrc.h
parent8ad1964ec5339684599c2b014ca18b777fd50c29 (diff)
lavfi: remove av_buffersrc_buffer.
It is no longer used anywhere. Furthermore, the header it was declared in was not installed, so it can not be considered part of the public API.
Diffstat (limited to 'libavfilter/buffersrc.h')
-rw-r--r--libavfilter/buffersrc.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavfilter/buffersrc.h b/libavfilter/buffersrc.h
index 772eb25a3f..2bbbb8f2c4 100644
--- a/libavfilter/buffersrc.h
+++ b/libavfilter/buffersrc.h
@@ -53,13 +53,4 @@ enum {
int av_buffersrc_add_ref(AVFilterContext *buffer_src,
AVFilterBufferRef *picref, int flags);
-/**
- * Add a buffer to the filtergraph s.
- *
- * @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.
- */
-int av_buffersrc_buffer(AVFilterContext *s, AVFilterBufferRef *buf);
-
#endif /* AVFILTER_BUFFERSRC_H */