[Mplayer-cvslog] CVS: main/libvo sub.c,1.15,1.16
Adam Tla/lka
atlka at mplayer.dev.hu
Mon Aug 13 13:45:24 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/libvo sub.c,1.14,1.15 video_out_internal.h,1.5,1.6 vo_odivx.c,1.6,1.7 vo_pgm.c,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.218,1.219
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv9682/libvo
Modified Files:
sub.c
Log Message:
libvo/sub.c corrections
Index: sub.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/sub.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sub.c 13 Aug 2001 11:33:34 -0000 1.15
+++ sub.c 13 Aug 2001 11:45:21 -0000 1.16
@@ -195,9 +195,9 @@
k=i=0; l=lines;
while (l--){
x = xtbl[i++];
- while (utbl[k]){
- c=utbl[k];
- k++;
+ while ((c=utbl[k++])){
+// c=utbl[k];
+// k++;
if (x>=0 && x+vo_font->width[c]<=dxs)
if ((font=vo_font->font[c])>=0)
draw_alpha(x,y,
- Previous message: [Mplayer-cvslog] CVS: main/libvo sub.c,1.14,1.15 video_out_internal.h,1.5,1.6 vo_odivx.c,1.6,1.7 vo_pgm.c,1.6,1.7
- Next message: [Mplayer-cvslog] CVS: main mplayer.c,1.218,1.219
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list