comparison loader/dshow/guids.h @ 8292:9533c26c0806

avifile sync (mostly cosmetics)
author arpi
date Tue, 26 Nov 2002 21:00:20 +0000
parents 174e2a58b4cd
children 4691811bd8c7
comparison
equal deleted inserted replaced
8291:abe95dde3223 8292:9533c26c0806
4 #include "com.h" 4 #include "com.h"
5 #include "wine/module.h" 5 #include "wine/module.h"
6 #include "wine/windef.h" 6 #include "wine/windef.h"
7 #include "wine/vfw.h" 7 #include "wine/vfw.h"
8 8
9 extern int DSHOW_DEBUG; 9 //#define Debug if(1)
10 #define Debug if(DSHOW_DEBUG) 10 #define Debug if(0)
11 11
12 typedef struct __attribute__((__packed__)) _MediaType 12 typedef struct __attribute__((__packed__)) _MediaType
13 { 13 {
14 GUID majortype; //0x0 14 GUID majortype; //0x0
15 GUID subtype; //0x10 15 GUID subtype; //0x10
56 extern const GUID CLSID_IV50_Decoder; 56 extern const GUID CLSID_IV50_Decoder;
57 extern const GUID CLSID_MemoryAllocator; 57 extern const GUID CLSID_MemoryAllocator;
58 extern const GUID MEDIATYPE_Video; 58 extern const GUID MEDIATYPE_Video;
59 extern const GUID GUID_NULL; 59 extern const GUID GUID_NULL;
60 extern const GUID FORMAT_VideoInfo; 60 extern const GUID FORMAT_VideoInfo;
61 extern const GUID MEDIASUBTYPE_RGB1;
62 extern const GUID MEDIASUBTYPE_RGB4;
63 extern const GUID MEDIASUBTYPE_RGB8;
61 extern const GUID MEDIASUBTYPE_RGB565; 64 extern const GUID MEDIASUBTYPE_RGB565;
62 extern const GUID MEDIASUBTYPE_RGB555; 65 extern const GUID MEDIASUBTYPE_RGB555;
63 extern const GUID MEDIASUBTYPE_RGB24; 66 extern const GUID MEDIASUBTYPE_RGB24;
64 extern const GUID MEDIASUBTYPE_RGB32; 67 extern const GUID MEDIASUBTYPE_RGB32;
65 extern const GUID MEDIASUBTYPE_YUYV; 68 extern const GUID MEDIASUBTYPE_YUYV;
73 extern const GUID MEDIASUBTYPE_Y211; 76 extern const GUID MEDIASUBTYPE_Y211;
74 extern const GUID MEDIASUBTYPE_YV12; 77 extern const GUID MEDIASUBTYPE_YV12;
75 extern const GUID MEDIASUBTYPE_I420; 78 extern const GUID MEDIASUBTYPE_I420;
76 extern const GUID MEDIASUBTYPE_IF09; 79 extern const GUID MEDIASUBTYPE_IF09;
77 80
81 extern const GUID FORMAT_WaveFormatEx;
82 extern const GUID MEDIATYPE_Audio;
83 extern const GUID MEDIASUBTYPE_PCM;
84
78 #endif /* DS_GUIDS_H */ 85 #endif /* DS_GUIDS_H */