[Mplayer-cvslog] CVS: main/libvo sub.c,1.24,1.25
Felix Buenemann
atmosfear at users.sourceforge.net
Tue Aug 21 13:44:07 CEST 2001
On Tuesday, 21. August 2001 13:28, Adam Tla/lka wrote:
> Update of /cvsroot/mplayer/main/libvo
> In directory mplayer:/var/tmp.root/cvs-serv19658/libvo
>
> Modified Files:
> sub.c
> Log Message:
>
> minor changes according to OSD
>
>
> Index: sub.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libvo/sub.c,v
> retrieving revision 1.24
> retrieving revision 1.25
[snip]
> @@ -136,7 +140,7 @@
> memdxs=dxs;
> memdys=memy=dys;
>
> - // too long lines divide into smaller ones
> + // too long lines divide into a smaller ones
eeh too long lines divide into a (== one) smaller ones (== many)
IMO old line was correct.
[snip]
> @@ -187,14 +191,14 @@
> } else if (j<len)
> continue;
> if (h>memy){ // out of the screen so end parsing
> - memy +=vo_font->height-lasth; // correct y position
> + memy +=vo_font->height-lasth; // correct the y position
"the" is not needed here, in english it's fully ok to omit it in such cases,
so old one was ok
> l=0; break;
> }
> utbl[k++]=0;
> xtbl[lines++]=(dxs-xsize)/2;
> if (lines==MAX_UCSLINES||k>MAX_UCS){
> l=0; break;
> - } else if(l || j<len){ // not last line or not last char
> + } else if(l || j<len){ // not the last line or not the last char
see above bout using "the" here
[snip]
--
Best Regards,
Atmos
_____
RTFM
- Gabucino
More information about the MPlayer-cvslog
mailing list