| Index: source/patched-ffmpeg-mt/libavcodec/x86/vp56_arith.h
|
| ===================================================================
|
| --- source/patched-ffmpeg-mt/libavcodec/x86/vp56_arith.h (revision 59334)
|
| +++ source/patched-ffmpeg-mt/libavcodec/x86/vp56_arith.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| unsigned int code_word = vp56_rac_renorm(c);
|
| unsigned int high = c->high;
|
| unsigned int low = 1 + (((high - 1) * prob) >> 8);
|
| - unsigned int low_shift = low << 8;
|
| + unsigned int low_shift = low << 16;
|
| int bit = 0;
|
|
|
| __asm__(
|
|
|