mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
Fix setting chroma mode to planar for mip pus
This commit is contained in:
parent
2c48453e59
commit
abcf2a12b8
|
@ -1392,6 +1392,7 @@ void kvz_intra_predict(
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
use_mip = state->encoder_control->chroma_format == KVZ_CSP_444;
|
use_mip = state->encoder_control->chroma_format == KVZ_CSP_444;
|
||||||
|
intra_mode = use_mip ? intra_mode : 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (intra_mode < 68) {
|
if (intra_mode < 68) {
|
||||||
|
|
Loading…
Reference in a new issue