summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:22:03 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:22:03 +0200
commit033764e015e33b9ce9583317092337367b3fea2b (patch)
tree50184fa2019695d048931943373bce81bbd41ac5 /libavfilter/internal.h
parent43e2e172dfbd734947c30bdbfa8f19b7ca95576d (diff)
parentf6974fe651d29ef6eb68d66d73f7b6c011062aa0 (diff)
Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'
* commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0': lavfi: Drop deprecated AVFilterBuffer* code Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
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 17803c0371..d5bb6a4d70 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -162,11 +162,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);