Preprocessor String Macros
[Other]

String manipulation macros. More...


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)


Detailed Description

String manipulation macros.

Define Documentation

#define AV_GLUE ( a,
 )     a ## b

Definition at line 123 of file avutil.h.

#define AV_JOIN ( a,
 )     AV_GLUE(a, b)

Definition at line 124 of file avutil.h.

#define AV_PRAGMA (  )     _Pragma(#s)

Definition at line 126 of file avutil.h.

#define AV_STRINGIFY (  )     AV_TOSTRING(s)

#define AV_TOSTRING (  )     #s

Definition at line 121 of file avutil.h.


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