FFmpeg
Macros
version_major.h File Reference

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)
 

Detailed Description

Libavcodec version macros.

Definition in file version_major.h.

Macro Definition Documentation

◆ LIBAVCODEC_VERSION_MAJOR

#define LIBAVCODEC_VERSION_MAJOR   63

Definition at line 28 of file version_major.h.

◆ FF_API_INIT_PACKET

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

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.

Definition at line 40 of file version_major.h.

◆ FF_API_INTRA_DC_PRECISION

#define FF_API_INTRA_DC_PRECISION   (LIBAVCODEC_VERSION_MAJOR < 64)

Definition at line 42 of file version_major.h.

◆ FF_API_MJPEG_EXTERN_HUFF

#define FF_API_MJPEG_EXTERN_HUFF   (LIBAVCODEC_VERSION_MAJOR < 64)

Definition at line 43 of file version_major.h.