#include "version.h"
#include "libavformat/avformat.h"
Go to the source code of this file.
Functions | |
unsigned | avdevice_version (void) |
Return the LIBAVDEVICE_VERSION_INT constant. | |
const char * | avdevice_configuration (void) |
Return the libavdevice build-time configuration. | |
const char * | avdevice_license (void) |
Return the libavdevice license. | |
void | avdevice_register_all (void) |
Initialize libavdevice and register all the input and output devices. |
Definition in file avdevice.h.
const char* avdevice_configuration | ( | void | ) |
const char* avdevice_license | ( | void | ) |
void avdevice_register_all | ( | void | ) |
Initialize libavdevice and register all the input and output devices.
Definition at line 32 of file alldevices.c.
Referenced by main().
unsigned avdevice_version | ( | void | ) |