* commit '2183432e6dc8aedf1ef3db63006a2a8195479abd': mdec: set color_range Merged-by: Michael Niedermayer <michaelni@gmx.at>
@ -215,6 +215,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
if (avctx->idct_algo == FF_IDCT_AUTO)
avctx->idct_algo = FF_IDCT_SIMPLE;
avctx->pix_fmt = AV_PIX_FMT_YUVJ420P;
avctx->color_range = AVCOL_RANGE_JPEG;
return 0;
}