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

kostya subversion at mplayerhq.hu
Wed Aug 22 19:50:32 CEST 2007


Author: kostya
Date: Wed Aug 22 19:50:32 2007
New Revision: 1157

Log:
This shouldn't be needed anymore

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Wed Aug 22 19:50:32 2007
@@ -1629,9 +1629,6 @@ static int rv40_decode_slice(RV40DecCont
         *last = 1;
     if(r->bits > get_bits_count(gb) && show_bits(gb, r->bits-get_bits_count(gb)))
         *last = 1;
-    // XXX: this is needed to handle incorrectly parsed B-frames
-    if(r->bits == get_bits_count(gb) && r->si.type == 3 && r->slice_data[r->bits/8 - 1]&1)
-        *last = 1;
 
     return 0;
 }



More information about the FFmpeg-soc mailing list