mirror of
https://github.com/mpv-player/mpv
synced 2025-05-02 08:09:50 +00:00
removed double +angle stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1616 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3989ffc16a
commit
26377b3326
4
open.c
4
open.c
@ -331,8 +331,8 @@ read_next:
|
|||||||
if(next>=0){
|
if(next>=0){
|
||||||
d->cur_cell=next;
|
d->cur_cell=next;
|
||||||
|
|
||||||
if( d->cur_pgc->cell_playback[d->cur_cell].block_type
|
// if( d->cur_pgc->cell_playback[d->cur_cell].block_type
|
||||||
== BLOCK_TYPE_ANGLE_BLOCK ) d->cur_cell+=dvd_angle;
|
// == BLOCK_TYPE_ANGLE_BLOCK ) d->cur_cell+=dvd_angle;
|
||||||
d->cur_pack = d->cur_pgc->cell_playback[ d->cur_cell ].first_sector;
|
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;
|
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);
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user