FFmpeg 5.1.6
|
Libavdevice version macros. More...
Go to the source code of this file.
Macros | |
#define | LIBAVDEVICE_VERSION_MAJOR 59 |
#define | FF_API_DEVICE_CAPABILITIES (LIBAVDEVICE_VERSION_MAJOR < 60) |
FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump. More... | |
Libavdevice version macros.
Definition in file version_major.h.
#define LIBAVDEVICE_VERSION_MAJOR 59 |
Definition at line 28 of file version_major.h.
#define FF_API_DEVICE_CAPABILITIES (LIBAVDEVICE_VERSION_MAJOR < 60) |
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 35 of file version_major.h.