#include "libavutil/avutil.h"
Go to the source code of this file.
Defines | |
#define | LIBAVDEVICE_VERSION_MAJOR 52 |
#define | LIBAVDEVICE_VERSION_MINOR 2 |
#define | LIBAVDEVICE_VERSION_MICRO 0 |
#define | LIBAVDEVICE_VERSION_INT |
#define | LIBAVDEVICE_VERSION |
#define | LIBAVDEVICE_BUILD LIBAVDEVICE_VERSION_INT |
Functions | |
unsigned | avdevice_version (void) |
Returns the LIBAVDEVICE_VERSION_INT constant. | |
const char * | avdevice_configuration (void) |
Returns the libavdevice build-time configuration. | |
const char * | avdevice_license (void) |
Returns the libavdevice license. | |
void | avdevice_register_all (void) |
Initialize libavdevice and register all the input and output devices. |
#define LIBAVDEVICE_BUILD LIBAVDEVICE_VERSION_INT |
Definition at line 34 of file avdevice.h.
#define LIBAVDEVICE_VERSION |
Value:
Definition at line 31 of file avdevice.h.
#define LIBAVDEVICE_VERSION_INT |
#define LIBAVDEVICE_VERSION_MAJOR 52 |
Definition at line 24 of file avdevice.h.
#define LIBAVDEVICE_VERSION_MICRO 0 |
Definition at line 26 of file avdevice.h.
#define LIBAVDEVICE_VERSION_MINOR 2 |
Definition at line 25 of file avdevice.h.
const char* avdevice_configuration | ( | void | ) |
Returns the libavdevice build-time configuration.
Definition at line 26 of file avdevice.c.
Referenced by show_banner().
const char* avdevice_license | ( | void | ) |
void avdevice_register_all | ( | void | ) |
Initialize libavdevice and register all the input and output devices.
Definition at line 33 of file alldevices.c.
Referenced by main().
unsigned avdevice_version | ( | void | ) |