vout: fix deadlock on ICC profile update
All threads resolved!
All threads resolved!
Compare changes
This was taking more locks than necessary, causing a possible deadlock, because window events are not supposed to lock the window lock.
The display lock is more than sufficient to guard access to this field.
Fixes: 354f3aae
VideoLAN code repository instance