summaryrefslogtreecommitdiff
path: root/libavformat/w64.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-01-05 15:02:08 +0000
committerPaul B Mahol <onemda@gmail.com>2013-01-07 10:08:38 +0000
commit3174137d411df054d81110d5fe08a2565fe0f9cc (patch)
tree4d9ef6dbe9f87e262e39d8d1acb12173b0c47327 /libavformat/w64.c
parente13c5abbd70440a02e00d7392738a36356481a78 (diff)
w64: fact guid support
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 dc0f63c7b3..7bf5502f7c 100644
--- a/libavformat/w64.c
+++ b/libavformat/w64.c
@@ -29,6 +29,9 @@ const uint8_t ff_w64_guid_wave[16] = { 'w', 'a', 'v', 'e',
const uint8_t ff_w64_guid_fmt [16] = { 'f', 'm', 't', ' ',
0xF3, 0xAC, 0xD3, 0x11, 0x8C, 0xD1, 0x00, 0xC0, 0x4F, 0x8E, 0xDB, 0x8A };
+const uint8_t ff_w64_guid_fact[16] = { 'f', 'a', 'c', 't',
+ 0xF3, 0xAC, 0xD3, 0x11, 0x8C, 0xD1, 0x00, 0xC0, 0x4F, 0x8E, 0xDB, 0x8A };
+
const uint8_t ff_w64_guid_data[16] = { 'd', 'a', 't', 'a',
0xF3, 0xAC, 0xD3, 0x11, 0x8C, 0xD1, 0x00, 0xC0, 0x4F, 0x8E, 0xDB, 0x8A };