FFmpeg
|
Preprocessor String Macros
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) |
#define | AV_PRAGMA(s) _Pragma(#s) |
Detailed Description
String manipulation macros.
Macro Definition Documentation
Definition at line 38 of file libavutil/version.h.
#define AV_STRINGIFY | ( | s | ) | AV_TOSTRING(s) |
Definition at line 32 of file libavutil/version.h.
Referenced by mxf_write_identification(), and read_header().
Definition at line 33 of file libavutil/version.h.
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11