Commit 5bfbf0a5 authored by Michael Niedermayer's avatar Michael Niedermayer

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
parent b9ca2042
......@@ -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)
......
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