png: Set the color range as full range

The format uses full range for the gray formats.

CC: libav-stable@libav.org
pull/135/merge
wm4 10 years ago committed by Luca Barbato
parent 254f3daba4
commit b9f7a67708
  1. 2
      libavcodec/pngdec.c

@ -646,6 +646,8 @@ static av_cold int png_dec_init(AVCodecContext *avctx)
{
PNGDecContext *s = avctx->priv_data;
avctx->color_range = AVCOL_RANGE_JPEG;
s->prev = av_frame_alloc();
if (!s->prev)
return AVERROR(ENOMEM);

Loading…
Cancel
Save