external API header More...
#include "common.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_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 49 |
| #define | LIBAVUTIL_VERSION_MINOR 15 |
| #define | LIBAVUTIL_VERSION_MICRO 0 |
| #define | LIBAVUTIL_VERSION_INT |
| #define | LIBAVUTIL_VERSION |
| #define | LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT |
| #define | LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) |
Functions | |
| unsigned | avutil_version (void) |
| Returns the LIBAVUTIL_VERSION_INT constant. | |
external API header
Definition in file avutil.h.
| #define AV_STRINGIFY | ( | s | ) | AV_TOSTRING(s) |
Definition at line 30 of file avutil.h.
Referenced by hcscale_SSE2(), mxf_write_identification(), sws_getContext(), and yuv2yuvX_SSE2().
| #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) |
| #define LIBAVUTIL_VERSION |
| #define LIBAVUTIL_VERSION_INT |
1.7.1