summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-11-18 11:48:35 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-11-18 11:48:35 +0000
commit09628d4b1dabe68e182482482c6cefac77685183 (patch)
tree168c2acba89c70e93334a73acd001bcce4b666af
parent9d86cec9c87072d21fa6d4a73ee68946c5a72b5d (diff)
downloadxine-lib-09628d4b1dabe68e182482482c6cefac77685183.tar.gz
xine-lib-09628d4b1dabe68e182482482c6cefac77685183.tar.bz2
DVD input should now be initially unseekable
CVS patchset: 3291 CVS date: 2002/11/18 11:48:35
-rw-r--r--src/input/input_dvd.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c
index a14cdd209..56b9ac80d 100644
--- a/src/input/input_dvd.c
+++ b/src/input/input_dvd.c
@@ -18,7 +18,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_dvd.c,v 1.116 2002/11/18 11:33:59 mroi Exp $
+ * $Id: input_dvd.c,v 1.117 2002/11/18 11:48:35 mroi Exp $
*
*/
@@ -1235,7 +1235,7 @@ static input_plugin_t *open_plugin (input_class_t *class_gen, xine_stream_t *str
this->stream = stream;
this->dvdnav = NULL;
this->opened = 0;
- this->seekable = 1;
+ this->seekable = 0;
this->buttonN = 0;
this->typed_buttonN = 0;
this->dvd_name[0] = 0;
@@ -1664,6 +1664,9 @@ static void *init_class (xine_t *xine, void *data) {
/*
* $Log: input_dvd.c,v $
+ * Revision 1.117 2002/11/18 11:48:35 mroi
+ * DVD input should now be initially unseekable
+ *
* Revision 1.116 2002/11/18 11:33:59 mroi
* getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATE
* fix ejecting (works now)