mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
typo
Originally committed as revision 3431 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
628b210f40
commit
3cb018726c
@ -1632,7 +1632,7 @@ static inline int mpeg1_fast_decode_block_inter(MpegEncContext *s, DCTELEM *bloc
|
||||
v= SHOW_UBITS(re, &s->gb, 2);
|
||||
if (v & 2) {
|
||||
LAST_SKIP_BITS(re, &s->gb, 2);
|
||||
level= (3*qscale)>>4;
|
||||
level= (3*qscale)>>1;
|
||||
level= (level-1)|1;
|
||||
if(v&1)
|
||||
level= -level;
|
||||
|
Loading…
Reference in New Issue
Block a user