Fix setting chroma mode to planar for mip pus

This commit is contained in:
Joose Sainio 2022-04-13 13:52:01 +03:00
parent 2c48453e59
commit abcf2a12b8

View file

@ -1392,6 +1392,7 @@ void kvz_intra_predict(
}
else {
use_mip = state->encoder_control->chroma_format == KVZ_CSP_444;
intra_mode = use_mip ? intra_mode : 0;
}
}
if (intra_mode < 68) {