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_MOD_UINTP2   (LIBAVUTIL_VERSION_MAJOR < 61)
 
#define FF_API_RISCV_FD_ZBA   (LIBAVUTIL_VERSION_MAJOR < 61)
 
#define FF_API_VULKAN_FIXED_QUEUES   (LIBAVUTIL_VERSION_MAJOR < 61)
 
#define FF_API_OPT_INT_LIST   (LIBAVUTIL_VERSION_MAJOR < 61)
 
#define FF_API_OPT_PTR   (LIBAVUTIL_VERSION_MAJOR < 61)
 

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_MOD_UINTP2

#define FF_API_MOD_UINTP2   (LIBAVUTIL_VERSION_MAJOR < 61)

Definition at line 108 of file version.h.

◆ FF_API_RISCV_FD_ZBA

#define FF_API_RISCV_FD_ZBA   (LIBAVUTIL_VERSION_MAJOR < 61)

Definition at line 109 of file version.h.

◆ FF_API_VULKAN_FIXED_QUEUES

#define FF_API_VULKAN_FIXED_QUEUES   (LIBAVUTIL_VERSION_MAJOR < 61)

Definition at line 110 of file version.h.

◆ FF_API_OPT_INT_LIST

#define FF_API_OPT_INT_LIST   (LIBAVUTIL_VERSION_MAJOR < 61)

Definition at line 111 of file version.h.

◆ FF_API_OPT_PTR

#define FF_API_OPT_PTR   (LIBAVUTIL_VERSION_MAJOR < 61)

Definition at line 112 of file version.h.