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"
96 #define FF_ARG_GUID(g) \
97 g[0], g[1], g[2], g[3], g[4], g[5], g[6], g[7], \
98 g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15]
100 #define FF_MEDIASUBTYPE_BASE_GUID \
101 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71