summaryrefslogtreecommitdiff
path: root/libavfilter/internal.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-07-28 14:30:19 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-08-28 11:06:37 +0200
commit86e5056575f55f070609dd3926605302f7d2280e (patch)
treeed4c402b97900d9ecb4b3acccd63ac4ec05bd6be /libavfilter/internal.h
parent11b2eed43e91b35b8295ed47115cae2e29bd687d (diff)
lavfi: Drop deprecated public AVFilterPad struct
Deprecated in 06/2012.
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 4ddedbb4b3..9c330d7b9c 100644
--- a/libavfilter/internal.h
+++ b/libavfilter/internal.h
@@ -29,7 +29,6 @@
#include "thread.h"
#include "version.h"
-#if !FF_API_AVFILTERPAD_PUBLIC
/**
* A filter pad used for either input or output.
*/
@@ -126,7 +125,6 @@ struct AVFilterPad {
*/
int needs_writable;
};
-#endif
struct AVFilterGraphInternal {
void *thread;