|
FFmpeg
|
Go to the source code of this file.
Macros | |
| #define | LIBAVCODEC_VERSION_MAJOR 63 |
| #define | FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 64) |
| FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump. More... | |
| #define | FF_API_INTRA_DC_PRECISION (LIBAVCODEC_VERSION_MAJOR < 64) |
| #define | FF_API_MJPEG_EXTERN_HUFF (LIBAVCODEC_VERSION_MAJOR < 64) |
Libavcodec version macros.
Definition in file version_major.h.
| #define LIBAVCODEC_VERSION_MAJOR 63 |
Definition at line 28 of file version_major.h.
| #define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 64) |
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 40 of file version_major.h.
| #define FF_API_INTRA_DC_PRECISION (LIBAVCODEC_VERSION_MAJOR < 64) |
Definition at line 42 of file version_major.h.
| #define FF_API_MJPEG_EXTERN_HUFF (LIBAVCODEC_VERSION_MAJOR < 64) |
Definition at line 43 of file version_major.h.
1.8.17