| 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_STRINGIFY | ( | s | ) | AV_TOSTRING(s) | 
Definition at line 119 of file avutil.h.
Referenced by mxf_write_identification(), and read_header().
 1.5.8
 1.5.8