summaryrefslogtreecommitdiff
path: root/src/input/input_plugin.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-10-25 15:36:16 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-10-25 15:36:16 +0000
commit436452d17b68cbd6ca02e00cddf87c95c67cd3db (patch)
tree4a6c63595b10191ffeb740679a3a639a2e299c67 /src/input/input_plugin.h
parentcfdb311b7b31009d006d24732cac14cbd7109331 (diff)
downloadxine-lib-436452d17b68cbd6ca02e00cddf87c95c67cd3db.tar.gz
xine-lib-436452d17b68cbd6ca02e00cddf87c95c67cd3db.tar.bz2
remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUT
CVS patchset: 2997 CVS date: 2002/10/25 15:36:16
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r--src/input/input_plugin.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h
index 4a3f8ddc2..d647708a9 100644
--- a/src/input/input_plugin.h
+++ b/src/input/input_plugin.h
@@ -17,7 +17,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: input_plugin.h,v 1.35 2002/10/21 12:57:51 mroi Exp $
+ * $Id: input_plugin.h,v 1.36 2002/10/25 15:36:22 mroi Exp $
*/
#ifndef HAVE_INPUT_PLUGIN_H
@@ -178,14 +178,6 @@ struct input_plugin_s {
#define INPUT_CAP_BLOCK 0x00000002
-/*
- * INPUT_CAP_CLUT:
- * input plugin can provide an spu color lookup table
- * (dvd-specific?)
- */
-
-#define INPUT_CAP_CLUT 0x00000004
-
/*
* INPUT_CAP_AUDIOLANG:
* INPUT_CAP_SPULANG:
@@ -231,7 +223,6 @@ struct input_plugin_s {
#define INPUT_OPTIONAL_UNSUPPORTED 0
#define INPUT_OPTIONAL_SUCCESS 1
-#define INPUT_OPTIONAL_DATA_CLUT 1
#define INPUT_OPTIONAL_DATA_AUDIOLANG 2
#define INPUT_OPTIONAL_DATA_SPULANG 3
#define INPUT_OPTIONAL_DATA_TEXTSPU0 4