Libav
Macros | Functions
avdevice.c File Reference
#include "avdevice.h"
#include "config.h"

Go to the source code of this file.

Macros

#define LICENSE_PREFIX   "libavdevice license: "
 

Functions

unsigned avdevice_version (void)
 Return the LIBAVDEVICE_VERSION_INT constant. More...
 
const char * avdevice_configuration (void)
 Return the libavdevice build-time configuration. More...
 
const char * avdevice_license (void)
 Return the libavdevice license. More...
 

Macro Definition Documentation

§ LICENSE_PREFIX

#define LICENSE_PREFIX   "libavdevice license: "

Referenced by avdevice_license().

Function Documentation

§ avdevice_version()

unsigned avdevice_version ( void  )

Return the LIBAVDEVICE_VERSION_INT constant.

Definition at line 22 of file avdevice.c.

§ avdevice_configuration()

const char* avdevice_configuration ( void  )

Return the libavdevice build-time configuration.

Definition at line 27 of file avdevice.c.

§ avdevice_license()

const char* avdevice_license ( void  )

Return the libavdevice license.

Definition at line 32 of file avdevice.c.