Skip to content

renderer: fix frame reuse when ICC profile is used

Kacper Michajłow requested to merge kasper93/libplacebo:icc into master

ICC profile was not saved in cached_frame struct which caused mismatch on each frame making frame caching ineffective.

Merge request reports