mpeg1video: fix regression with slices != threads

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit a01679586cd9ac8470b81c0299fc7e13fd980d64)
This commit is contained in:
Michael Niedermayer 2012-12-12 19:52:46 +01:00 committed by Carl Eugen Hoyos
parent 6773269f4c
commit cdb376d775

@ -595,7 +595,7 @@ av_cold int MPV_encode_init(AVCodecContext *avctx)
return -1;
}
if (s->avctx->thread_count > 1)
if (s->avctx->slices > 1 || s->avctx->thread_count > 1)
s->rtp_mode = 1;
if (!avctx->time_base.den || !avctx->time_base.num) {