Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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