summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:27:19 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:27:19 +0200
commit144fb06806664d4f3bc681ed1408383baeb515f4 (patch)
tree68f216ba52785abf70adb7de7f1d5e38dcd73697 /libavfilter/avfilter.h
parent033764e015e33b9ce9583317092337367b3fea2b (diff)
Remove left-over FF_API_AVFILTERBUFFER cruft
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 838f0ffad1..ce97eac90c 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -428,10 +428,6 @@ struct AVFilterLink {
AVLINK_INIT ///< complete
} init_state;
-#if FF_API_AVFILTERBUFFER
- struct AVFilterPool *pool;
-#endif
-
/**
* Graph the filter belongs to.
*/
@@ -486,17 +482,6 @@ struct AVFilterLink {
*/
int max_samples;
-#if FF_API_AVFILTERBUFFER
- /**
- * The buffer reference currently being received across the link by the
- * destination filter. This is used internally by the filter system to
- * allow automatic copying of buffers which do not have sufficient
- * permissions for the destination. This should not be accessed directly
- * by the filters.
- */
- AVFilterBufferRef *cur_buf_copy;
-#endif
-
/**
* True if the link is closed.
* If set, all attempts of start_frame, filter_frame or request_frame