Go to the documentation of this file.
28 #ifndef AVFORMAT_RIFF_H
29 #define AVFORMAT_RIFF_H
81 "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x"
83 #define FF_ARG_GUID(g) \
84 g[0], g[1], g[2], g[3], g[4], g[5], g[6], g[7], \
85 g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15]
87 #define FF_MEDIASUBTYPE_BASE_GUID \
88 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71