summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpeg12.c')
-rw-r--r--libavcodec/mpeg12.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index a570ae410f..de58b8f3c5 100644
--- a/libavcodec/mpeg12.c
+++ b/libavcodec/mpeg12.c
@@ -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)