#include "config.h"
#include "avutil.h"
#include "avassert.h"
#include "samplefmt.h"
Go to the source code of this file.
Defines | |
#define | LICENSE_PREFIX "libavutil license: " |
Functions | |
unsigned | avutil_version (void) |
Return the LIBAVUTIL_VERSION_INT constant. | |
const char * | avutil_configuration (void) |
Return the libavutil build-time configuration. | |
const char * | avutil_license (void) |
Return the libavutil license. | |
const char * | av_get_media_type_string (enum AVMediaType media_type) |
Return a string describing the media_type enum, NULL if media_type is unknown. | |
char | av_get_picture_type_char (enum AVPictureType pict_type) |
Return a single letter to describe the given picture type pict_type. |
Definition in file utils.c.
#define LICENSE_PREFIX "libavutil license: " |