summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h
index 7dde2e1334..75c34360e4 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -56,7 +56,6 @@ typedef struct AVFilterCommand {
*/
void ff_avfilter_graph_update_heap(AVFilterGraph *graph, AVFilterLink *link);
-#if !FF_API_AVFILTERPAD_PUBLIC
/**
* A filter pad used for either input or output.
*/
@@ -153,7 +152,6 @@ struct AVFilterPad {
*/
int needs_writable;
};
-#endif
struct AVFilterGraphInternal {
void *thread;