Deprecation guards

Those FF_API_* defines are not part of public API. More...

Macros

#define FF_API_GET_BITS_PER_SAMPLE_FMT   (LIBAVUTIL_VERSION_MAJOR < 52)
#define FF_API_FIND_OPT   (LIBAVUTIL_VERSION_MAJOR < 52)
#define FF_API_AV_FIFO_PEEK   (LIBAVUTIL_VERSION_MAJOR < 52)
#define FF_API_OLD_AVOPTIONS   (LIBAVUTIL_VERSION_MAJOR < 52)

Detailed Description

Those FF_API_* defines are not part of public API.

They may change, break or disappear at any time.

They are used mostly internally to mark code that will be removed on the next major version.

Macro Definition Documentation

#define FF_API_AV_FIFO_PEEK   (LIBAVUTIL_VERSION_MAJOR < 52)

Definition at line 189 of file avutil.h.

#define FF_API_FIND_OPT   (LIBAVUTIL_VERSION_MAJOR < 52)

Definition at line 186 of file avutil.h.

#define FF_API_GET_BITS_PER_SAMPLE_FMT   (LIBAVUTIL_VERSION_MAJOR < 52)

Definition at line 183 of file avutil.h.

#define FF_API_OLD_AVOPTIONS   (LIBAVUTIL_VERSION_MAJOR < 52)

Definition at line 192 of file avutil.h.