FFmpeg
|
String manipulation macros. More...
Macros | |
#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) |
String manipulation macros.
#define AV_STRINGIFY | ( | s | ) | AV_TOSTRING(s) |
Definition at line 36 of file macros.h.
Referenced by avi_write_header(), decode_init(), ff_ass_subtitle_header_full(), gxf_write_header(), init_filter_graph(), libaribb24_generate_ass_header(), lrc_write_header(), mxf_write_identification(), and read_header().