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

kostya subversion at mplayerhq.hu
Tue Aug 28 18:22:10 CEST 2007


Author: kostya
Date: Tue Aug 28 18:22:10 2007
New Revision: 1218

Log:
Now B-frame decoding may be enabled

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Tue Aug 28 18:22:10 2007
@@ -1683,7 +1683,7 @@ static int rv30_decode_slice(RV40DecCont
         s->current_picture_ptr = &s->current_picture;
         s->mb_x = s->mb_y = 0;
     }
-if(s->pict_type == B_TYPE)return -1;
+
     r->si.size = size;
     r->si.end = end;
     r->quant = r->si.quant;



More information about the FFmpeg-soc mailing list