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