|
FFmpeg
|
Libavfilter version macros. More...
#include "libavutil/version.h"Go to the source code of this file.
Macros | |
| #define | LIBAVFILTER_VERSION_MAJOR 7 |
| #define | LIBAVFILTER_VERSION_MINOR 16 |
| #define | LIBAVFILTER_VERSION_MICRO 100 |
| #define | LIBAVFILTER_VERSION_INT |
| #define | LIBAVFILTER_VERSION |
| #define | LIBAVFILTER_BUILD LIBAVFILTER_VERSION_INT |
| #define | LIBAVFILTER_IDENT "Lavfi" AV_STRINGIFY(LIBAVFILTER_VERSION) |
| #define | FF_API_OLD_FILTER_OPTS_ERROR (LIBAVFILTER_VERSION_MAJOR < 8) |
| FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump. More... | |
| #define | FF_API_LAVR_OPTS (LIBAVFILTER_VERSION_MAJOR < 8) |
| #define | FF_API_FILTER_GET_SET (LIBAVFILTER_VERSION_MAJOR < 8) |
| #define | FF_API_NEXT (LIBAVFILTER_VERSION_MAJOR < 8) |
Libavfilter version macros.
| #define FF_API_OLD_FILTER_OPTS_ERROR (LIBAVFILTER_VERSION_MAJOR < 8) |
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.
| #define LIBAVFILTER_VERSION |
| #define LIBAVFILTER_VERSION_INT |
1.8.12