[Mplayer-cvslog] CVS: main vobsub.c,1.35,1.36
Alex Beregszaszi
alex at mplayerhq.hu
Mon Dec 8 22:54:21 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.280,1.281 cfg-common.h,1.123,1.124 configure,1.819,1.820 mencoder.c,1.227,1.228 mplayer.c,1.740,1.741 fibmap_mplayer.c,1.4,NONE
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux/realrtsp real.c,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv31242
Modified Files:
vobsub.c
Log Message:
10l found by atmos
Index: vobsub.c
===================================================================
RCS file: /cvsroot/mplayer/main/vobsub.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- vobsub.c 8 Dec 2003 18:35:39 -0000 1.35
+++ vobsub.c 8 Dec 2003 21:53:54 -0000 1.36
@@ -1278,7 +1278,7 @@
queue->current_index = 0;
while ((queue->packets + queue->current_index)->pts100 < seek_pts100)
++queue->current_index;
- if (queue->current_index > 0);
+ if (queue->current_index > 0)
--queue->current_index;
}
}
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.280,1.281 cfg-common.h,1.123,1.124 configure,1.819,1.820 mencoder.c,1.227,1.228 mplayer.c,1.740,1.741 fibmap_mplayer.c,1.4,NONE
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux/realrtsp real.c,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list