[Mplayer-cvslog] CVS: main open.c,1.7,1.8
Arpi of Ize
arpi at mplayer.dev.hu
Wed Aug 22 00:15:21 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main help_mp-de.h,1.1,1.2 help_mp-hu.h,1.3,1.4 help_mp-pl.h,1.2,1.3 help_mp.h,1.21,1.22 codec-cfg.c,1.30,1.31
- Next message: [Mplayer-cvslog] CVS: main open.c,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv5972
Modified Files:
open.c
Log Message:
removed double +angle stuff
Index: open.c
===================================================================
RCS file: /cvsroot/mplayer/main/open.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- open.c 21 Aug 2001 20:12:48 -0000 1.7
+++ open.c 21 Aug 2001 22:15:19 -0000 1.8
@@ -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);
- Previous message: [Mplayer-cvslog] CVS: main help_mp-de.h,1.1,1.2 help_mp-hu.h,1.3,1.4 help_mp-pl.h,1.2,1.3 help_mp.h,1.21,1.22 codec-cfg.c,1.30,1.31
- Next message: [Mplayer-cvslog] CVS: main open.c,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list