mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-18 20:59:23 -04:00
Copying the encoder list takes a while which blocks the main thread. Doing the copying asynchronously removes instead of blocking the main thread improves startup performance by about 60ms.