You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
libavcodec/proresdec2: Setup qmat_chroma according to RDD36
Signed-off-by: Harry Mallon <harry.mallon@codex.online> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
973540118a
commit
a606e3b339
@@ -289,7 +289,7 @@ static int decode_frame_header(ProresContext *ctx, const uint8_t *buf,
|
|||||||
}
|
}
|
||||||
permute(ctx->qmat_chroma, ctx->prodsp.idct_permutation, ptr);
|
permute(ctx->qmat_chroma, ctx->prodsp.idct_permutation, ptr);
|
||||||
} else {
|
} else {
|
||||||
memset(ctx->qmat_chroma, 4, 64);
|
memcpy(ctx->qmat_chroma, ctx->qmat_luma, 64);
|
||||||
}
|
}
|
||||||
|
|
||||||
return hdr_size;
|
return hdr_size;
|
||||||
|
Reference in New Issue
Block a user