summaryrefslogtreecommitdiffstats
path: root/loader/dshow/guids.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-26 21:00:20 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-26 21:00:20 +0000
commitf468246cdff9fe045b40b9eb1bc2041b0ab1d436 (patch)
tree4803a4ad3a8532e23a39980896cdd4cf8e5d0717 /loader/dshow/guids.h
parentc126f8b49ed7fedbb19111313449709767af7ff6 (diff)
downloadmpv-f468246cdff9fe045b40b9eb1bc2041b0ab1d436.tar.bz2
mpv-f468246cdff9fe045b40b9eb1bc2041b0ab1d436.tar.xz
avifile sync (mostly cosmetics)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8293 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow/guids.h')
-rw-r--r--loader/dshow/guids.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/loader/dshow/guids.h b/loader/dshow/guids.h
index 6198f06632..99a101a4db 100644
--- a/loader/dshow/guids.h
+++ b/loader/dshow/guids.h
@@ -6,8 +6,8 @@
#include "wine/windef.h"
#include "wine/vfw.h"
-extern int DSHOW_DEBUG;
-#define Debug if(DSHOW_DEBUG)
+//#define Debug if(1)
+#define Debug if(0)
typedef struct __attribute__((__packed__)) _MediaType
{
@@ -58,6 +58,9 @@ extern const GUID CLSID_MemoryAllocator;
extern const GUID MEDIATYPE_Video;
extern const GUID GUID_NULL;
extern const GUID FORMAT_VideoInfo;
+extern const GUID MEDIASUBTYPE_RGB1;
+extern const GUID MEDIASUBTYPE_RGB4;
+extern const GUID MEDIASUBTYPE_RGB8;
extern const GUID MEDIASUBTYPE_RGB565;
extern const GUID MEDIASUBTYPE_RGB555;
extern const GUID MEDIASUBTYPE_RGB24;
@@ -75,4 +78,8 @@ extern const GUID MEDIASUBTYPE_YV12;
extern const GUID MEDIASUBTYPE_I420;
extern const GUID MEDIASUBTYPE_IF09;
+extern const GUID FORMAT_WaveFormatEx;
+extern const GUID MEDIATYPE_Audio;
+extern const GUID MEDIASUBTYPE_PCM;
+
#endif /* DS_GUIDS_H */