You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: use static COM init in MSMF backend to avoid thread-affinity issues
Replace per-instance m_didInitializeCom/m_didSetup flags with a static
setupCom pattern matching the DirectShow backend. Removes CoUninitialize
from the destructor since static COM init is never paired with uninit,
avoiding mismatched init/uninit on different threads.
0 commit comments