summaryrefslogtreecommitdiffstats
path: root/open.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 22:15:19 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 22:15:19 +0000
commit26377b332625be16b04232bf6d66d0de28feac68 (patch)
tree3bfe019129aa48adb193dfbb3fd2bf33cd3045c8 /open.c
parent3989ffc16a40cef40e8b8e0bb0284ebca1f96baf (diff)
downloadmpv-26377b332625be16b04232bf6d66d0de28feac68.tar.bz2
mpv-26377b332625be16b04232bf6d66d0de28feac68.tar.xz
removed double +angle stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1616 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'open.c')
-rw-r--r--open.c4
1 files 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);