[MPlayer-cvslog] r24296 - trunk/stream/tvi_vbi.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Aug 29 20:03:22 CEST 2007


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?

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list