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

kostya subversion at mplayerhq.hu
Thu Jul 19 18:36:14 CEST 2007


Author: kostya
Date: Thu Jul 19 18:36:14 2007
New Revision: 491

Log:
Remove unneeded line

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Thu Jul 19 18:36:14 2007
@@ -746,7 +746,6 @@ static int rv40_decode_slice(RV40DecCont
     init_get_bits(&r->s.gb, r->slice_data, r->prev_si.size);
     skip_bits(&r->s.gb, r->prev_si.header_size);
     if ((s->mb_x == 0 && s->mb_y == 0) || s->current_picture_ptr==NULL) {
-        s->current_picture_ptr = (AVFrame*)&s->picture[ff_find_unused_picture(s, 0)];
         if(MPV_frame_start(s, s->avctx) < 0)
             return -1;
         ff_er_frame_start(s);



More information about the FFmpeg-soc mailing list