From 26377b332625be16b04232bf6d66d0de28feac68 Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 21 Aug 2001 22:15:19 +0000 Subject: [PATCH] removed double +angle stuff git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1616 b3059339-0415-0410-9bf9-f77b7e298cf2 --- open.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open.c b/open.c index 6cf26e14ab..c153008985 100644 --- a/open.c +++ b/open.c @@ -331,8 +331,8 @@ read_next: if(next>=0){ d->cur_cell=next; - if( d->cur_pgc->cell_playback[d->cur_cell].block_type - == BLOCK_TYPE_ANGLE_BLOCK ) d->cur_cell+=dvd_angle; +// if( d->cur_pgc->cell_playback[d->cur_cell].block_type +// == BLOCK_TYPE_ANGLE_BLOCK ) d->cur_cell+=dvd_angle; d->cur_pack = d->cur_pgc->cell_playback[ d->cur_cell ].first_sector; d->cell_last_pack=d->cur_pgc->cell_playback[ d->cur_cell ].last_sector; mp_msg(MSGT_DVD,MSGL_V, "DVD next cell: %d pack: 0x%X-0x%X \n",d->cur_cell,d->cur_pack,d->cell_last_pack);