summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:01:24 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 16:01:24 +0200
commit2751d5f0ba2e4da18fe72d91d317423f1662dd9b (patch)
treec76674b73221ac51c59745d2a6e2362e2c461d4a /libavfilter/version.h
parente2adb00ec587dd48746b0d24648005d22c91423c (diff)
parent86e5056575f55f070609dd3926605302f7d2280e (diff)
Merge commit '86e5056575f55f070609dd3926605302f7d2280e'
* commit '86e5056575f55f070609dd3926605302f7d2280e': lavfi: Drop deprecated public AVFilterPad struct Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 8145078034..551823bb33 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -49,9 +49,6 @@
* the public API and may change, break or disappear at any time.
*/
-#ifndef FF_API_AVFILTERPAD_PUBLIC
-#define FF_API_AVFILTERPAD_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 6)
-#endif
#ifndef FF_API_FOO_COUNT
#define FF_API_FOO_COUNT (LIBAVFILTER_VERSION_MAJOR < 6)
#endif