FFmpeg
Macros
version_major.h File Reference

Go to the source code of this file.

Macros

#define LIBAVDEVICE_VERSION_MAJOR   61
 
#define FF_API_BKTR_DEVICE   (LIBAVDEVICE_VERSION_MAJOR < 62)
 FF_API_* defines may be placed below to indicate public API that will be dropped at a future version bump. More...
 
#define FF_API_OPENGL_DEVICE   (LIBAVDEVICE_VERSION_MAJOR < 62)
 
#define FF_API_SDL2_DEVICE   (LIBAVDEVICE_VERSION_MAJOR < 62)
 

Detailed Description

Libavdevice version macros

Definition in file version_major.h.

Macro Definition Documentation

◆ LIBAVDEVICE_VERSION_MAJOR

#define LIBAVDEVICE_VERSION_MAJOR   61

Definition at line 28 of file version_major.h.

◆ FF_API_BKTR_DEVICE

#define FF_API_BKTR_DEVICE   (LIBAVDEVICE_VERSION_MAJOR < 62)

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 37 of file version_major.h.

◆ FF_API_OPENGL_DEVICE

#define FF_API_OPENGL_DEVICE   (LIBAVDEVICE_VERSION_MAJOR < 62)

Definition at line 39 of file version_major.h.

◆ FF_API_SDL2_DEVICE

#define FF_API_SDL2_DEVICE   (LIBAVDEVICE_VERSION_MAJOR < 62)

Definition at line 41 of file version_major.h.