]> git.sesse.net Git - vlc/commitdiff
* ./plugins/dvd/dvd_seek.c: reverted a previous change in DVD input which
authorSam Hocevar <sam@videolan.org>
Wed, 22 May 2002 21:42:47 +0000 (21:42 +0000)
committerSam Hocevar <sam@videolan.org>
Wed, 22 May 2002 21:42:47 +0000 (21:42 +0000)
    caused input to get stuck in interleaved cells.

plugins/dvd/dvd_seek.c

index 12a721e9deec1c3cd61ac37778990c24b59ccb81..6816ac9395d4b8fb01c2f8c3f5e1ec515c9aa09b 100644 (file)
@@ -1,7 +1,7 @@
 /* dvd_seek.c: functions to navigate through DVD.
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: dvd_seek.c,v 1.9 2002/05/22 17:17:45 sam Exp $
+ * $Id: dvd_seek.c,v 1.10 2002/05/22 21:42:47 sam Exp $
  *
  * Author: Stéphane Borel <stef@via.ecp.fr>
  *
@@ -71,7 +71,7 @@ int CellPrg2Map( thread_dvd_data_t * p_dvd )
 {
     int     i_cell;
 
-    i_cell = 0;
+    i_cell = p_dvd->i_map_cell;
 
     if( i_cell >= cell.i_cell_nb )
     {