Commit c56d23da authored by Michael Niedermayer's avatar Michael Niedermayer

10l bugfix for some disabled code

Originally committed as revision 6603 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f7d0b683
......@@ -493,9 +493,9 @@ asm(
c->range += (RangeLPS - c->range) & lps_mask;
bit= (s^lps_mask)&1;
*state= c->mps_state[s - (128&lps_mask)];
*state= c->mps_state[s - (130&lps_mask)];
lps_mask= ff_h264_norm_shift[c->range>>(CABAC_BITS+2)];
lps_mask= ff_h264_norm_shift[c->range>>(CABAC_BITS+3)];
c->range<<= lps_mask;
c->low <<= lps_mask;
if(!(c->low & CABAC_MASK))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment