Browse Source

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
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
5bfbf0a54f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/mpeg12.c

+ 0
- 1
libavcodec/mpeg12.c View File

@@ -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…
Cancel
Save