Commit e7801535 authored by michael's avatar michael

typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3431 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6d95af11
...@@ -1632,7 +1632,7 @@ static inline int mpeg1_fast_decode_block_inter(MpegEncContext *s, DCTELEM *bloc ...@@ -1632,7 +1632,7 @@ static inline int mpeg1_fast_decode_block_inter(MpegEncContext *s, DCTELEM *bloc
v= SHOW_UBITS(re, &s->gb, 2); v= SHOW_UBITS(re, &s->gb, 2);
if (v & 2) { if (v & 2) {
LAST_SKIP_BITS(re, &s->gb, 2); LAST_SKIP_BITS(re, &s->gb, 2);
level= (3*qscale)>>4; level= (3*qscale)>>1;
level= (level-1)|1; level= (level-1)|1;
if(v&1) if(v&1)
level= -level; level= -level;
......
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