libavutil/avutil.h File Reference

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.


Detailed Description

external API header

Definition in file avutil.h.


Define Documentation

#define AV_STRINGIFY (  )     AV_TOSTRING(s)

Definition at line 30 of file avutil.h.

Referenced by hcscale_TMPL(), mxf_write_identification(), sws_getContext(), and yuv2yuvX_TMPL().

#define AV_TOSTRING (  )     #s

Definition at line 31 of file avutil.h.

#define AV_VERSION ( a,
b,
 )     AV_VERSION_DOT(a, b, c)

Definition at line 35 of file avutil.h.

#define AV_VERSION_DOT ( a,
b,
 )     a ##.## b ##.## c

Definition at line 34 of file avutil.h.

#define AV_VERSION_INT ( a,
b,
 )     (a<<16 | b<<8 | c)

Definition at line 33 of file avutil.h.

#define LIBAVUTIL_BUILD   LIBAVUTIL_VERSION_INT

Definition at line 47 of file avutil.h.

#define LIBAVUTIL_IDENT   "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)

Definition at line 49 of file avutil.h.

#define LIBAVUTIL_VERSION

#define LIBAVUTIL_VERSION_INT

#define LIBAVUTIL_VERSION_MAJOR   49

Definition at line 37 of file avutil.h.

#define LIBAVUTIL_VERSION_MICRO   0

Definition at line 39 of file avutil.h.

#define LIBAVUTIL_VERSION_MINOR   15

Definition at line 38 of file avutil.h.


Function Documentation

unsigned avutil_version ( void   ) 

Returns the LIBAVUTIL_VERSION_INT constant.

Definition at line 26 of file utils.c.


Generated on Fri Oct 26 02:35:46 2012 for FFmpeg by  doxygen 1.5.8