Go to the documentation of this file.
28 #ifndef AVFORMAT_RIFF_H
29 #define AVFORMAT_RIFF_H
53 #define FF_PUT_WAV_HEADER_FORCE_WAVEFORMATEX 0x00000001
94 "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x " \
95 "{%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}"
97 #define FF_ARG_GUID(g) \
98 g[0], g[1], g[2], g[3], g[4], g[5], g[6], g[7], \
99 g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15],\
100 g[3], g[2], g[1], g[0], g[5], g[4], g[7], g[6], \
101 g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15]
103 #define FF_MEDIASUBTYPE_BASE_GUID \
104 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71