#include "config.h"
#include "avutil.h"
Go to the source code of this file.
Defines | |
#define | LICENSE_PREFIX "libavutil license: " |
Functions | |
unsigned | avutil_version (void) |
Returns the LIBAVUTIL_VERSION_INT constant. | |
const char * | avutil_configuration (void) |
Returns the libavutil build-time configuration. | |
const char * | avutil_license (void) |
Returns the libavutil license. |
Definition in file utils.c.
#define LICENSE_PREFIX "libavutil license: " |
const char* avutil_configuration | ( | void | ) |
Returns the libavutil build-time configuration.
Definition at line 32 of file utils.c.
Referenced by show_banner().
const char* avutil_license | ( | void | ) |
unsigned avutil_version | ( | void | ) |