[MPlayer-cvslog] r24296 - trunk/stream/tvi_vbi.c
Vladimir Voroshilov
voroshil at gmail.com
Wed Aug 29 20:20:10 CEST 2007
2007/8/30, Reimar Döffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de>:
> Hello,
> On Wed, Aug 29, 2007 at 07:43:13PM +0200, voroshil wrote:
> > Modified: trunk/stream/tvi_vbi.c
> > ==============================================================================
> > --- trunk/stream/tvi_vbi.c (original)
> > +++ trunk/stream/tvi_vbi.c Wed Aug 29 19:43:13 2007
> > @@ -573,6 +573,8 @@ static void decode_page(tt_char* p,int l
> > int row,col;
> > int separated=0;
> > int conceal;
> > + int hold;
> > + tt_char tt_held;
> >
> > for(row=0;row<VBI_ROWS;row++) {
> > lat=(lang==0);
>
> Wouldn't it make the code slightly easier to understand if the variables
> that are only used inside that loop would be move into it?
Fixed.
--
Regards,
Vladimir Voroshilov mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719
More information about the MPlayer-cvslog
mailing list