diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-28 14:30:19 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-08-28 11:06:37 +0200 |
commit | 86e5056575f55f070609dd3926605302f7d2280e (patch) | |
tree | ed4c402b97900d9ecb4b3acccd63ac4ec05bd6be /libavfilter/version.h | |
parent | 11b2eed43e91b35b8295ed47115cae2e29bd687d (diff) | |
download | ffmpeg-86e5056575f55f070609dd3926605302f7d2280e.tar.gz |
lavfi: Drop deprecated public AVFilterPad struct
Deprecated in 06/2012.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r-- | libavfilter/version.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h index 3981f3427a..82381d1bf8 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 |