Commit 0b76c223 authored by michael's avatar michael

10l bugfix for some disabled code


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6603 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6b1a091f
......@@ -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