mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 09:12:33 +00:00
chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it
Originally committed as revision 9842 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b9ca204284
commit
5bfbf0a54f
@ -1739,7 +1739,6 @@ static int mpeg_decode_slice(Mpeg1Context *s1, int mb_y,
|
||||
#endif
|
||||
|
||||
ret = mpeg_decode_mb(s, s->block);
|
||||
s->chroma_qscale= s->qscale;
|
||||
|
||||
dprintf(s->avctx, "ret=%d\n", ret);
|
||||
if (ret < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user