summaryrefslogtreecommitdiff
path: root/libavformat/riff.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-12-02 11:39:06 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-12-02 11:39:06 +0100
commit7f6515e49100d5dcb9971d05b0693e61e72024ad (patch)
tree6b1be3f2cbefe11091b3048aedd49a4e1c5e4576 /libavformat/riff.h
parentea5423a01716f073d3a3af678742a572b18cb936 (diff)
Also print GUIDs as shown in the Windows registry to ease debugging.
Diffstat (limited to 'libavformat/riff.h')
-rw-r--r--libavformat/riff.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavformat/riff.h b/libavformat/riff.h
index 88a77b07c8..e9256344f8 100644
--- a/libavformat/riff.h
+++ b/libavformat/riff.h
@@ -91,10 +91,13 @@ typedef struct AVCodecGuid {
extern const AVCodecGuid ff_codec_wav_guids[];
#define FF_PRI_GUID \
- "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x"
+ "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x " \
+ "{%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}"
#define FF_ARG_GUID(g) \
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],\
+ g[3], g[2], g[1], g[0], g[5], g[4], g[7], g[6], \
g[8], g[9], g[10], g[11], g[12], g[13], g[14], g[15]
#define FF_MEDIASUBTYPE_BASE_GUID \