Mercurial > mplayer.hg
changeset 1615:4e4eb37a4b76
removed double +angle stuff
author | arpi |
---|---|
date | Tue, 21 Aug 2001 22:15:19 +0000 |
parents | d0d7fcc5dcd6 |
children | a3b4579e3806 |
files | open.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/open.c Tue Aug 21 21:59:39 2001 +0000 +++ b/open.c Tue Aug 21 22:15:19 2001 +0000 @@ -331,8 +331,8 @@ 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);