mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
scale_vulkan: correctly copy the colormatrix
This commit is contained in:
parent
30b28f9a83
commit
ca76a5ba1a
@ -251,7 +251,7 @@ static av_cold int init_filter(AVFilterContext *ctx, AVFrame *in)
|
||||
|
||||
for (int y = 0; y < 3; y++)
|
||||
for (int x = 0; x < 3; x++)
|
||||
par->yuv_matrix[x][y] = tmp_mat[y][x];
|
||||
par->yuv_matrix[x][y] = tmp_mat[x][y];
|
||||
|
||||
par->yuv_matrix[3][3] = 1.0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user