Libavfilter version macros. More...
#include "libavutil/avutil.h"Go to the source code of this file.
Macros | |
| #define | LIBAVFILTER_VERSION_MAJOR 3 |
| #define | LIBAVFILTER_VERSION_MINOR 3 |
| #define | LIBAVFILTER_VERSION_MICRO 0 |
| #define | LIBAVFILTER_VERSION_INT |
| #define | LIBAVFILTER_VERSION |
| #define | LIBAVFILTER_BUILD LIBAVFILTER_VERSION_INT |
| #define | FF_API_AVFILTERPAD_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 4) |
| FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump. More... | |
| #define | FF_API_FOO_COUNT (LIBAVFILTER_VERSION_MAJOR < 4) |
Libavfilter version macros.
Definition in file version.h.
| #define FF_API_AVFILTERPAD_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 4) |
| #define FF_API_FOO_COUNT (LIBAVFILTER_VERSION_MAJOR < 4) |
| #define LIBAVFILTER_BUILD LIBAVFILTER_VERSION_INT |
| #define LIBAVFILTER_VERSION |
| #define LIBAVFILTER_VERSION_INT |
Definition at line 35 of file version.h.
Referenced by avfilter_version().