10l bugfix for some disabled code

Originally committed as revision 6603 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-10-09 14:15:53 +00:00
parent f7d0b68361
commit c56d23dacf
1 changed files with 2 additions and 2 deletions

View File

@ -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))