Commit 58640698 authored by Eric Lasota's avatar Eric Lasota Committed by Michael Niedermayer

avcodec/roqvideodec: set JPEG output color range

Signed-off-by: 's avatarEric Lasota <ejlasota@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 705eb5a1
......@@ -190,6 +190,7 @@ static av_cold int roq_decode_init(AVCodecContext *avctx)
}
avctx->pix_fmt = AV_PIX_FMT_YUVJ444P;
avctx->color_range = AVCOL_RANGE_JPEG;
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment