summaryrefslogtreecommitdiff
path: root/src/input/input_plugin.h
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2003-11-23 23:20:56 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2003-11-23 23:20:56 +0000
commit4f591c826f6daad4913c24fee3699224ff8be0d5 (patch)
tree3005d4c6efc1fb6d361169938ce22e3bae95f614 /src/input/input_plugin.h
parent31057fce7b6ac70bcde8e2f791f82895e50a4971 (diff)
downloadxine-lib-4f591c826f6daad4913c24fee3699224ff8be0d5.tar.gz
xine-lib-4f591c826f6daad4913c24fee3699224ff8be0d5.tar.bz2
Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.
Check for seek success in mp3 and avi demuxers. CVS patchset: 5775 CVS date: 2003/11/23 23:20:56
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r--src/input/input_plugin.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h
index 6a8cf099d..f578bcb99 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.52 2003/10/13 14:52:53 valtri Exp $
+ * $Id: input_plugin.h,v 1.53 2003/11/23 23:20:57 valtri Exp $
*/
#ifndef HAVE_INPUT_PLUGIN_H
@@ -228,16 +228,6 @@ struct input_plugin_s {
#define INPUT_CAP_BLOCK 0x00000002
/*
- * INPUT_CAP_SLOW_SEEK:
- * it's set when seeking to end is impossible or problematic
- * because of low bandwidth,
- * used for non-seekable streams with seeking emulated
- * by the RIP input plugin
- */
-
-#define INPUT_CAP_SLOW_SEEK 0x00000004
-
-/*
* INPUT_CAP_AUDIOLANG:
* INPUT_CAP_SPULANG:
* input plugin knows something about audio/spu languages,