summaryrefslogtreecommitdiff
path: root/libavfilter/internal.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/internal.h
parente65e4cbbda03ca3c9087f069c9867d518415fca1 (diff)
lavfi: Drop deprecated AVFilterBuffer* code
Deprecated in 11/2012.
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index b74e1bac62..202c2c018d 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -135,11 +135,6 @@ struct AVFilterInternal {
avfilter_execute_func *execute;
};
-#if FF_API_AVFILTERBUFFER
-/** default handler for freeing audio/video buffer when there are no references left */
-void ff_avfilter_default_free_buffer(AVFilterBuffer *buf);
-#endif
-
/** Tell is a format is contained in the provided list terminated by -1. */
int ff_fmt_is_in(int fmt, const int *fmts);