summaryrefslogtreecommitdiff
path: root/src/libw32dll/DirectShow/DS_AudioDecoder.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-12-23 15:54:42 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-12-23 15:54:42 +0000
commit9b2f0a778eaa65fc7cfe197d318b4faed40b1d10 (patch)
tree2e360b243be07e5500647fce4d7e0327467f09e3 /src/libw32dll/DirectShow/DS_AudioDecoder.c
parentd15276928e22160cdb606a0cf65ad48f1268f072 (diff)
downloadxine-lib-9b2f0a778eaa65fc7cfe197d318b4faed40b1d10.tar.gz
xine-lib-9b2f0a778eaa65fc7cfe197d318b4faed40b1d10.tar.bz2
wmv9 support
CVS patchset: 3651 CVS date: 2002/12/23 15:54:42
Diffstat (limited to 'src/libw32dll/DirectShow/DS_AudioDecoder.c')
-rw-r--r--src/libw32dll/DirectShow/DS_AudioDecoder.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libw32dll/DirectShow/DS_AudioDecoder.c b/src/libw32dll/DirectShow/DS_AudioDecoder.c
index 6f2cedbf3..79118efb9 100644
--- a/src/libw32dll/DirectShow/DS_AudioDecoder.c
+++ b/src/libw32dll/DirectShow/DS_AudioDecoder.c
@@ -30,18 +30,6 @@ struct _DS_AudioDecoder
#include <stdlib.h>
#define __MODULE__ "DirectShow audio decoder"
-const GUID FORMAT_WaveFormatEx = {
- 0x05589f81, 0xc356, 0x11CE,
- { 0xBF, 0x01, 0x00, 0xAA, 0x00, 0x55, 0x59, 0x5A }
-};
-const GUID MEDIATYPE_Audio = {
- 0x73647561, 0x0000, 0x0010,
- { 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71 }
-};
-const GUID MEDIASUBTYPE_PCM = {
- 0x00000001, 0x0000, 0x0010,
- { 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71 }
-};
typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);