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.
Definition in file version.h.
#define LIBAVFILTER_VERSION_MICRO 100 |
Definition at line 34 of file version.h.
Referenced by avfilter_version().
#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) |
#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) |