Skip to content
Snippets Groups Projects
Commit 5e3f184e authored by Niklas Haas's avatar Niklas Haas Committed by Rémi Denis-Courmont
Browse files

vout: correctly track ICC updates in vout_display_t

The line that updated the current `vd->cfg` got accidentally removed in
a previous refactor of this commit, leading to this value being
out-of-date. This broke any vouts which directly looked at
`vd->cfg->icc_profile` instead of taking the current profile from the
callback itself.

Also add a clarifying comment to this function, since it just blindly
copies over a pointer. In practice, the `vout_thread_t` takes care of
this.
parent aafc91c5
No related branches found
No related tags found
Loading
Pipeline #265784 passed with stages
in 25 minutes and 49 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment