You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
png: Set the color range as full range
The format uses full range for the gray formats. CC: libav-stable@libav.org
This commit is contained in:
@@ -646,6 +646,8 @@ static av_cold int png_dec_init(AVCodecContext *avctx)
|
|||||||
{
|
{
|
||||||
PNGDecContext *s = avctx->priv_data;
|
PNGDecContext *s = avctx->priv_data;
|
||||||
|
|
||||||
|
avctx->color_range = AVCOL_RANGE_JPEG;
|
||||||
|
|
||||||
s->prev = av_frame_alloc();
|
s->prev = av_frame_alloc();
|
||||||
if (!s->prev)
|
if (!s->prev)
|
||||||
return AVERROR(ENOMEM);
|
return AVERROR(ENOMEM);
|
||||||
|
Reference in New Issue
Block a user