summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
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);