diff loader/dshow/mediatype.h @ 25794:2c8cdb9123b8

Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a capital letter are reserved for the system, those starting with _ are reserved at the file level.
author diego
date Sun, 20 Jan 2008 17:16:39 +0000
parents de09fcf0b4f1
children a8ea87c71d18
line wrap: on
line diff
--- a/loader/dshow/mediatype.h	Sun Jan 20 17:03:35 2008 +0000
+++ b/loader/dshow/mediatype.h	Sun Jan 20 17:16:39 2008 +0000
@@ -7,7 +7,7 @@
 #define DS_MEDIATYPE_H
 #include "guids.h"
                   
-typedef struct __attribute__((__packed__)) _MediaType
+typedef struct __attribute__((__packed__)) MediaType
 {
     GUID	majortype;		//0x0
     GUID	subtype;		//0x10