comparison 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
comparison
equal deleted inserted replaced
25793:ac1a2c121d3a 25794:2c8cdb9123b8
5 */ 5 */
6 #ifndef DS_MEDIATYPE_H 6 #ifndef DS_MEDIATYPE_H
7 #define DS_MEDIATYPE_H 7 #define DS_MEDIATYPE_H
8 #include "guids.h" 8 #include "guids.h"
9 9
10 typedef struct __attribute__((__packed__)) _MediaType 10 typedef struct __attribute__((__packed__)) MediaType
11 { 11 {
12 GUID majortype; //0x0 12 GUID majortype; //0x0
13 GUID subtype; //0x10 13 GUID subtype; //0x10
14 int bFixedSizeSamples; //0x20 14 int bFixedSizeSamples; //0x20
15 int bTemporalCompression; //0x24 15 int bTemporalCompression; //0x24