#include "common.h"
#include "error.h"
#include "mathematics.h"
#include "rational.h"
#include "intfloat_readwrite.h"
#include "log.h"
#include "pixfmt.h"
Go to the source code of this file.
Defines | |
#define | AV_STRINGIFY(s) AV_TOSTRING(s) |
#define | AV_TOSTRING(s) #s |
#define | AV_GLUE(a, b) a ## b |
#define | AV_JOIN(a, b) AV_GLUE(a, b) |
#define | AV_PRAGMA(s) _Pragma(#s) |
#define | AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c) |
#define | AV_VERSION_DOT(a, b, c) a ##.## b ##.## c |
#define | AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c) |
#define | LIBAVUTIL_VERSION_MAJOR 50 |
#define | LIBAVUTIL_VERSION_MINOR 15 |
#define | LIBAVUTIL_VERSION_MICRO 1 |
#define | LIBAVUTIL_VERSION_INT |
#define | LIBAVUTIL_VERSION |
#define | LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT |
#define | LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) |
Enumerations | |
enum | AVMediaType { AVMEDIA_TYPE_UNKNOWN = -1, AVMEDIA_TYPE_VIDEO, AVMEDIA_TYPE_AUDIO, AVMEDIA_TYPE_DATA, AVMEDIA_TYPE_SUBTITLE, AVMEDIA_TYPE_ATTACHMENT, AVMEDIA_TYPE_NB } |
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 avutil.h.
#define AV_STRINGIFY | ( | s | ) | AV_TOSTRING(s) |
Definition at line 30 of file avutil.h.
Referenced by hcscale_fast_TMPL(), mxf_write_identification(), read_header(), sws_getContext(), and yuv2yuvX_TMPL().
#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) |
#define LIBAVUTIL_VERSION |
Value:
#define LIBAVUTIL_VERSION_INT |
enum AVMediaType |
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 | ) |