[FFmpeg-soc] [soc]: r434 - rv40/rv40.c

kostya subversion at mplayerhq.hu
Sun Jul 15 17:49:33 CEST 2007


Author: kostya
Date: Sun Jul 15 17:49:33 2007
New Revision: 434

Log:
This does not belong here

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Sun Jul 15 17:49:33 2007
@@ -713,7 +713,6 @@ static int rv40_decode_slice(RV40DecCont
         s->dsp.clear_blocks(s->block[0]);
 
         rv40_decode_macroblock(r, r->intra_types + (s->mb_x + 1) * 4);
-        ff_draw_horiz_band(s, s->mb_y * 16, 16);
         if (++s->mb_x == s->mb_width) {
             s->mb_x = 0;
             s->mb_y++;



More information about the FFmpeg-soc mailing list