git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lavfi: Drop deprecated AVFilterBuffer* code
[ffmpeg.git]
/
libavfilter
/
internal.h
diff --git
a/libavfilter/internal.h
b/libavfilter/internal.h
index
b74e1ba
..
202c2c0
100644
(file)
--- a/
libavfilter/internal.h
+++ b/
libavfilter/internal.h
@@
-135,11
+135,6
@@
struct AVFilterInternal {
avfilter_execute_func *execute;
};
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);
/** Tell is a format is contained in the provided list terminated by -1. */
int ff_fmt_is_in(int fmt, const int *fmts);