diff huffyuv.c @ 5129:0244bba24b43 libavcodec

misc typo fixes
author diego
date Tue, 12 Jun 2007 18:50:50 +0000
parents cf4a58988e6e
children 470601203f44
line wrap: on
line diff
--- a/huffyuv.c	Tue Jun 12 15:03:28 2007 +0000
+++ b/huffyuv.c	Tue Jun 12 18:50:50 2007 +0000
@@ -1169,7 +1169,7 @@
                 decode_bgr_bitstream(s, width-1);
                 add_left_prediction_bgr32(p->data[0] + last_line+4, s->temp[0], width-1, &leftr, &leftg, &leftb);
 
-                for(y=s->height-2; y>=0; y--){ //yes its stored upside down
+                for(y=s->height-2; y>=0; y--){ //Yes it is stored upside down.
                     decode_bgr_bitstream(s, width);
 
                     add_left_prediction_bgr32(p->data[0] + p->linesize[0]*y, s->temp[0], width, &leftr, &leftg, &leftb);