summaryrefslogtreecommitdiff
path: root/ffmpeg/libavformat/asf.c
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
committerTim Redfern <tim@eclectronics.org>2013-12-29 12:19:38 +0000
commitf7813a5324be39d13ab536c245d15dfc602a7849 (patch)
treefad99148b88823d34a5df2f0a25881a002eb291b /ffmpeg/libavformat/asf.c
parentb7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 (diff)
basic type mechanism working
Diffstat (limited to 'ffmpeg/libavformat/asf.c')
-rw-r--r--ffmpeg/libavformat/asf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ffmpeg/libavformat/asf.c b/ffmpeg/libavformat/asf.c
index dd64a3f..80d24db 100644
--- a/ffmpeg/libavformat/asf.c
+++ b/ffmpeg/libavformat/asf.c
@@ -117,6 +117,10 @@ const ff_asf_guid ff_asf_marker_header = {
0x01, 0xCD, 0x87, 0xF4, 0x51, 0xA9, 0xCF, 0x11, 0x8E, 0xE6, 0x00, 0xC0, 0x0C, 0x20, 0x53, 0x65
};
+const ff_asf_guid ff_asf_reserved_4 = {
+ 0x20, 0xdb, 0xfe, 0x4c, 0xf6, 0x75, 0xCF, 0x11, 0x9c, 0x0f, 0x00, 0xa0, 0xc9, 0x03, 0x49, 0xcb
+};
+
/* I am not a number !!! This GUID is the one found on the PC used to
* generate the stream */
const ff_asf_guid ff_asf_my_guid = {