diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-06 02:37:59 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-05-06 02:37:59 +0000 |
commit | 8eb4cb861c548b58f229abf6008e4cc681e711e7 (patch) | |
tree | 317705cd28512251b24fc61c709730476e829676 /src/input/input_plugin.h | |
parent | f2181d0641c5ebd684f8e9113d14bb49bb390eef (diff) | |
download | xine-lib-8eb4cb861c548b58f229abf6008e4cc681e711e7.tar.gz xine-lib-8eb4cb861c548b58f229abf6008e4cc681e711e7.tar.bz2 |
Re-enable and sync input plugins. RTP one should be broken.
CVS patchset: 63
CVS date: 2001/05/06 02:37:59
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index f944a1127..c9d01b71d 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.4 2001/05/03 00:02:42 f1rmb Exp $ + * $Id: input_plugin.h,v 1.5 2001/05/06 02:37:59 f1rmb Exp $ */ #ifndef HAVE_INPUT_PLUGIN_H @@ -162,6 +162,7 @@ struct input_plugin_s * possible capabilites an input plugin can have: */ +#define INPUT_CAP_NOCAP 0x00000000 #define INPUT_CAP_SEEKABLE 0x00000001 #define INPUT_CAP_BLOCK 0x00000002 #define INPUT_CAP_AUTOPLAY 0x00000004 |