FFmpeg
|
Go to the source code of this file.
Macros | |
#define | LIBAVFILTER_VERSION_MAJOR 10 |
#define | FF_API_LINK_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 11) |
FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump. More... | |
#define | FF_API_BUFFERSINK_OPTS (LIBAVFILTER_VERSION_MAJOR < 11) |
#define | FF_API_CONTEXT_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 11) |
Libavfilter version macros
Definition in file version_major.h.
#define LIBAVFILTER_VERSION_MAJOR 10 |
Definition at line 30 of file version_major.h.
#define FF_API_LINK_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 11) |
FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump.
The defines themselves are not part of the public API and may change, break or disappear at any time.
Definition at line 38 of file version_major.h.
#define FF_API_BUFFERSINK_OPTS (LIBAVFILTER_VERSION_MAJOR < 11) |
Definition at line 39 of file version_major.h.
#define FF_API_CONTEXT_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 11) |
Definition at line 40 of file version_major.h.