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 idct_col(), mmx_row(), mmx_row_mid(), mmx_row_tail(), mmxext_row(), mmxext_row_mid(), mmxext_row_tail(), mxf_write_identification(), and read_header().