|
FFmpeg
4.2.2
|
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 init_filter_graph().
1.8.13