FFmpeg
Macros
version_major.h File Reference

Go to the source code of this file.

Macros

#define LIBAVFILTER_VERSION_MAJOR   8
 
#define FF_API_SWS_PARAM_OPTION   (LIBAVFILTER_VERSION_MAJOR < 9)
 FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump. More...
 
#define FF_API_BUFFERSINK_ALLOC   (LIBAVFILTER_VERSION_MAJOR < 9)
 
#define FF_API_PAD_COUNT   (LIBAVFILTER_VERSION_MAJOR < 9)
 

Detailed Description

Libavfilter version macros

Definition in file version_major.h.

Macro Definition Documentation

◆ LIBAVFILTER_VERSION_MAJOR

#define LIBAVFILTER_VERSION_MAJOR   8

Definition at line 30 of file version_major.h.

◆ FF_API_SWS_PARAM_OPTION

#define FF_API_SWS_PARAM_OPTION   (LIBAVFILTER_VERSION_MAJOR < 9)

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.

Definition at line 38 of file version_major.h.

◆ FF_API_BUFFERSINK_ALLOC

#define FF_API_BUFFERSINK_ALLOC   (LIBAVFILTER_VERSION_MAJOR < 9)

Definition at line 39 of file version_major.h.

◆ FF_API_PAD_COUNT

#define FF_API_PAD_COUNT   (LIBAVFILTER_VERSION_MAJOR < 9)

Definition at line 40 of file version_major.h.