diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index 413b66d233..8efa3001df 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -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; }