summaryrefslogtreecommitdiff
path: root/libavformat/w64.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-12-29 15:00:50 +0000
committerPaul B Mahol <onemda@gmail.com>2013-01-05 11:03:52 +0000
commit14d50c19dc56dc5be5dfcd699b29f6275735fc1e (patch)
tree8a83b64c2bbb5b052ea11e9192dd3b3109df820f /libavformat/w64.c
parentd4211c47220c97df2751c11092fe343b6c82db65 (diff)
w64dec: support metadata (summarylist guid)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/w64.c')
-rw-r--r--libavformat/w64.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/w64.c b/libavformat/w64.c
index 0fff2f2e8b..dc0f63c7b3 100644
--- a/libavformat/w64.c
+++ b/libavformat/w64.c
@@ -31,3 +31,6 @@ const uint8_t ff_w64_guid_fmt [16] = { 'f', 'm', 't', ' ',
const uint8_t ff_w64_guid_data[16] = { 'd', 'a', 't', 'a',
0xF3, 0xAC, 0xD3, 0x11, 0x8C, 0xD1, 0x00, 0xC0, 0x4F, 0x8E, 0xDB, 0x8A };
+
+const uint8_t ff_w64_guid_summarylist[16] = { 0xBC, 0x94, 0x5F, 0x92,
+ 0x5A, 0x52, 0xD2, 0x11, 0x86, 0xDC, 0x00, 0xC0, 0x4F, 0x8E, 0xDB, 0x8A };