| FFmpeg
    4.0
    | 
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 ff_ass_subtitle_header(), init_filter_graph(), lrc_write_header(), mxf_write_identification(), and read_header().
 1.8.13
 1.8.13