[FFmpeg-soc] [soc]: r1417 - rv40/rv34.c

kostya subversion at mplayerhq.hu
Sun Oct 21 14:44:26 CEST 2007


Author: kostya
Date: Sun Oct 21 14:44:26 2007
New Revision: 1417

Log:
Remove unneeded line

Modified:
   rv40/rv34.c

Modified: rv40/rv34.c
==============================================================================
--- rv40/rv34.c	(original)
+++ rv40/rv34.c	Sun Oct 21 14:44:26 2007
@@ -1518,7 +1518,6 @@ static void rv34_loop_filter(RV34DecCont
     const int thr = s->qscale, lim0 = rv34_filter_clip_tbl[1][s->qscale], lim1 = rv34_filter_clip_tbl[2][s->qscale];
 
     mb_pos = s->resync_mb_x + s->resync_mb_y * s->mb_stride;
-    memset(r->intra_types_hist, -1, s->b4_stride * 4 * 2 * sizeof(int));
     s->first_slice_line = 1;
     s->mb_x= s->resync_mb_x;
     s->mb_y= s->resync_mb_y;



More information about the FFmpeg-soc mailing list