FFmpeg
Macros

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. More...

Macros

#define FF_API_D2STR   (LIBAVUTIL_VERSION_MAJOR < 58)
 
#define FF_API_DECLARE_ALIGNED   (LIBAVUTIL_VERSION_MAJOR < 58)
 
#define FF_API_COLORSPACE_NAME   (LIBAVUTIL_VERSION_MAJOR < 58)
 
#define FF_API_AV_MALLOCZ_ARRAY   (LIBAVUTIL_VERSION_MAJOR < 58)
 

Detailed Description

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.

Macro Definition Documentation

◆ FF_API_D2STR

#define FF_API_D2STR   (LIBAVUTIL_VERSION_MAJOR < 58)

Definition at line 108 of file version.h.

◆ FF_API_DECLARE_ALIGNED

#define FF_API_DECLARE_ALIGNED   (LIBAVUTIL_VERSION_MAJOR < 58)

Definition at line 109 of file version.h.

◆ FF_API_COLORSPACE_NAME

#define FF_API_COLORSPACE_NAME   (LIBAVUTIL_VERSION_MAJOR < 58)

Definition at line 110 of file version.h.

◆ FF_API_AV_MALLOCZ_ARRAY

#define FF_API_AV_MALLOCZ_ARRAY   (LIBAVUTIL_VERSION_MAJOR < 58)

Definition at line 111 of file version.h.