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;
}
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc