mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
prores: Always assume limited range
As defined by the specification.
This commit is contained in:
parent
b843b343d8
commit
45d7be7f93
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue