summaryrefslogtreecommitdiff
path: root/src/xine-engine/spu_decoder.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-07-14 12:50:33 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-07-14 12:50:33 +0000
commitdfd980788abf3d0905a24204bf8d0554dc4d8a77 (patch)
tree3e63c268028cbe158efee41dc36f8089afaa0e4c /src/xine-engine/spu_decoder.h
parent85eb608c7a602f971f779106c812b48f6c2cd030 (diff)
downloadxine-lib-dfd980788abf3d0905a24204bf8d0554dc4d8a77.tar.gz
xine-lib-dfd980788abf3d0905a24204bf8d0554dc4d8a77.tar.bz2
cleaned up and finished spu_thread removal
CVS patchset: 275 CVS date: 2001/07/14 12:50:33
Diffstat (limited to 'src/xine-engine/spu_decoder.h')
-rw-r--r--src/xine-engine/spu_decoder.h22
1 files changed, 2 insertions, 20 deletions
diff --git a/src/xine-engine/spu_decoder.h b/src/xine-engine/spu_decoder.h
index 267a7fbaa..5d1a2d478 100644
--- a/src/xine-engine/spu_decoder.h
+++ b/src/xine-engine/spu_decoder.h
@@ -19,7 +19,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: spu_decoder.h,v 1.2 2001/07/04 20:32:29 uid32519 Exp $
+ * $Id: spu_decoder.h,v 1.3 2001/07/14 12:50:34 guenter Exp $
*/
#ifndef HAVE_SPU_OUT_H
#define HAVE_SPU_OUT_H
@@ -123,25 +123,7 @@ struct spu_functions_s {
* spu output modes + capabilities
*/
-#define SPU_CAP_NOCAP 0x00000000 /* Driver have no capabilities */
-#define SPU_CAP_MODE_AC3 0x00000001 /* Driver support AC3 output */
-#define SPU_CAP_MODE_AC5 0x00000002 /* Driver support AC5 output */
-/* 1 sample == 2 bytes */
-#define SPU_CAP_MODE_MONO 0x00000004 /* Driver support mono output */
- /* 1 sample == 4 bytes */
-#define SPU_CAP_MODE_STEREO 0x00000008 /* Driver support stereo output */
- /* 1 sample == 8 bytes */
-#define SPU_CAP_MODE_4CHANNEL 0x00000010 /* Driver support 4 channels */
-/* 1 sample == 10 bytes */
-#define SPU_CAP_MODE_5CHANNEL 0x00000020 /* Driver support 5 channels */
-#define SPU_CAP_MIXER_VOL 0x00000040 /* Driver support mixer control */
-#define SPU_CAP_PCM_VOL 0x00000080 /* Driver support pcm control */
-#define SPU_CAP_MUTE_VOL 0x00000100 /* Driver can mute volume */
-
-/* properties supported by get/set_property() */
-#define SPU_PROP_MIXER_VOL 0
-#define SPU_PROP_PCM_VOL 1
-#define SPU_PROP_MUTE_VOL 2
+/* none yet */
typedef struct spu_info_s {