Skip to content

liblvc: set WS_CLIPCHILDREN early in set_hwnd

It normally called in the UI thread so there's less chance that it will block in the vout window thread.

It can deadlock when the UI thread is blocked during a libvlc call. The SetWindowLong never returns in that case.

Merge request reports

Loading