FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump.
More...
|
|
#define | FF_API_VAAPI (LIBAVUTIL_VERSION_MAJOR < 57) |
| |
|
#define | FF_API_FRAME_QP (LIBAVUTIL_VERSION_MAJOR < 57) |
| |
|
#define | FF_API_PLUS1_MINUS1 (LIBAVUTIL_VERSION_MAJOR < 57) |
| |
|
#define | FF_API_ERROR_FRAME (LIBAVUTIL_VERSION_MAJOR < 57) |
| |
|
#define | FF_API_PKT_PTS (LIBAVUTIL_VERSION_MAJOR < 57) |
| |
|
#define | FF_API_CRYPTO_SIZE_T (LIBAVUTIL_VERSION_MAJOR < 57) |
| |
|
#define | FF_API_FRAME_GET_SET (LIBAVUTIL_VERSION_MAJOR < 57) |
| |
|
#define | FF_API_PSEUDOPAL (LIBAVUTIL_VERSION_MAJOR < 57) |
| |
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.
- Note
- , when bumping the major version it is recommended to manually disable each FF_API_* in its own commit instead of disabling them all at once through the bump. This improves the git bisect-ability of the change.