[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


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);




More information about the MPlayer-cvslog mailing list