Commit 9f5db9fd authored by Sam Hocevar's avatar Sam Hocevar

* ./plugins/dvd/dvd_seek.c: reverted a previous change in DVD input which

    caused input to get stuck in interleaved cells.
parent 39faf1b6
/* 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: Stphane 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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment