Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Unified Diff: source/patched-ffmpeg-mt/libavcodec/x86/vp56_arith.h

Issue 3384002: ffmpeg source update for sep 09 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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__(
« no previous file with comments | « source/patched-ffmpeg-mt/libavcodec/x86/vp3dsp_sse2.c ('k') | source/patched-ffmpeg-mt/libavcodec/x86/vp56dsp.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698