diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index a570ae410fae5cc0290bcb36d1be1df90d87ea1d..de58b8f3c54d09228b7bf64cc0f40e50cad2cccf 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)