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

kostya subversion at mplayerhq.hu
Fri Jul 13 08:28:00 CEST 2007


Author: kostya
Date: Fri Jul 13 08:28:00 2007
New Revision: 390

Log:
This line won't be needed

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Fri Jul 13 08:28:00 2007
@@ -612,8 +612,6 @@ static int rv40_decode_slice(RV40DecCont
     MpegEncContext *s = &r->s;
     int mb_pos;
 
-    //ff_er_add_slice(s, 0, 0, s->mb_width - 1, s->mb_height - 1, (AC_END|DC_END|MV_END));
-
     mb_pos = s->mb_x + s->mb_y * s->mb_width;
     if(r->block_start != mb_pos){
         av_log(s->avctx, AV_LOG_ERROR, "Slice indicates MB offset %d, got %d\n", r->block_start, mb_pos);



More information about the FFmpeg-soc mailing list