diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-12-01 22:38:31 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-12-01 22:38:31 +0000 |
commit | f7b2fd87c8fd9e0e52f6e31ecbf0bb7c5f1f8297 (patch) | |
tree | 3c3f00fb39dd790a18842b9ffb9bdac5dbda09cb /src/input/input_plugin.h | |
parent | 742043db716a6c83656607642a0789380663cb7f (diff) | |
download | xine-lib-f7b2fd87c8fd9e0e52f6e31ecbf0bb7c5f1f8297.tar.gz xine-lib-f7b2fd87c8fd9e0e52f6e31ecbf0bb7c5f1f8297.tar.bz2 |
add avi subtitle decoder (based on mplayer code), minor cleanups, removed register_empty function from configfile (undocumented and doesn't make sense)
CVS patchset: 1153
CVS date: 2001/12/01 22:38:31
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index f14edf5ab..a820a6186 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000 the xine project + * Copyright (C) 2000, 2001 the xine project * * This file is part of xine, a unix video player. * @@ -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.17 2001/11/30 21:55:05 f1rmb Exp $ + * $Id: input_plugin.h,v 1.18 2001/12/01 22:38:31 guenter Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -334,6 +334,9 @@ struct input_plugin_s #define INPUT_OPTIONAL_DATA_CLUT 1 #define INPUT_OPTIONAL_DATA_AUDIOLANG 2 #define INPUT_OPTIONAL_DATA_SPULANG 3 +#define INPUT_OPTIONAL_DATA_TEXTSPU0 4 +#define INPUT_OPTIONAL_DATA_TEXTSPU1 5 +#define INPUT_OPTIONAL_DATA_TEXTSPU2 6 /* * each input plugin _must_ implement this function: |