Commit 45d7be7f authored by Vittorio Giovara's avatar Vittorio Giovara

prores: Always assume limited range

As defined by the specification.
parent b843b343
......@@ -176,6 +176,7 @@ static int decode_frame_header(ProresContext *ctx, const uint8_t *buf,
avctx->color_primaries = buf[14];
avctx->color_trc = buf[15];
avctx->colorspace = buf[16];
avctx->color_range = AVCOL_RANGE_MPEG;
ctx->qmat_changed = 0;
ptr = buf + 20;
......
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