]> git.sesse.net Git - vlc/blobdiff - modules/demux/asf/libasf.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / demux / asf / libasf.h
index 6f65689f8e37c4e53c583bf63f345419f6d34217..a9290dbcf4e1556ccffe2b9981828e994752f118 100644 (file)
@@ -119,7 +119,7 @@ static const guid_t asf_object_stream_prioritization =
 static const guid_t asf_object_extended_content_description =
 {0xD2D0A440, 0xE307, 0x11D2, {0x97, 0xF0, 0x00, 0xA0, 0xC9, 0x5E, 0xA8, 0x50}};
 
-static const guid_t asf_object_extended_stream_header = 
+static const guid_t asf_object_extended_stream_header =
 {0x3afb65e2, 0x47ef, 0x40f2, { 0xac, 0x2c, 0x70, 0xa9, 0x0d, 0x71, 0xd3, 0x43}};
 
 static const guid_t asf_object_extended_stream_type_audio =
@@ -449,7 +449,7 @@ typedef union asf_object_u
 } asf_object_t;
 
 
-void ASF_GetGUID( guid_t *p_guid, uint8_t *p_data );
+void ASF_GetGUID( guid_t *p_guid, const uint8_t *p_data );
 int  ASF_CmpGUID( const guid_t *p_guid1, const guid_t *p_guid2 );
 
 asf_object_root_t *ASF_ReadObjectRoot( stream_t *, int b_seekable );