comparison asf.c @ 5778:e3ec6991698b libavformat

Use ASF supports "markers" which are a name and a time stamp to create lavf chapters. Patch by Vladimir Pantelic pan (arobase) nt tu (dash) darmstadt de
author benoit
date Mon, 08 Mar 2010 13:13:18 +0000
parents da72d7a76598
children 2c0f0162a110
comparison
equal deleted inserted replaced
5777:afceb57d364c 5778:e3ec6991698b
104 104
105 const ff_asf_guid ff_asf_metadata_header = { 105 const ff_asf_guid ff_asf_metadata_header = {
106 0xea, 0xcb, 0xf8, 0xc5, 0xaf, 0x5b, 0x77, 0x48, 0x84, 0x67, 0xaa, 0x8c, 0x44, 0xfa, 0x4c, 0xca 106 0xea, 0xcb, 0xf8, 0xc5, 0xaf, 0x5b, 0x77, 0x48, 0x84, 0x67, 0xaa, 0x8c, 0x44, 0xfa, 0x4c, 0xca
107 }; 107 };
108 108
109 const ff_asf_guid ff_asf_marker_header = {
110 0x01, 0xCD, 0x87, 0xF4, 0x51, 0xA9, 0xCF, 0x11, 0x8E, 0xE6, 0x00, 0xC0, 0x0C, 0x20, 0x53, 0x65
111 };
112
109 /* I am not a number !!! This GUID is the one found on the PC used to 113 /* I am not a number !!! This GUID is the one found on the PC used to
110 generate the stream */ 114 generate the stream */
111 const ff_asf_guid ff_asf_my_guid = { 115 const ff_asf_guid ff_asf_my_guid = {
112 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 116 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
113 }; 117 };