avcodec/roqvideodec: set JPEG output color range

Signed-off-by: Eric Lasota <ejlasota@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/76/merge
Eric Lasota 11 years ago committed by Michael Niedermayer
parent 705eb5a177
commit 586406980f
  1. 1
      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;
}

Loading…
Cancel
Save