mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00

Make the playback thread detached so it will kill itself when it has run to end, instead of having to wait for it. This way it is never required to wait for the thread. When the thread has been signalled to stop it is simply abandoned and left to die for itself. Originally committed to SVN as r2201.
Yet another attempt to fix #521, 'Cannot wait for thread termination' in rare cases with the DirectSound audio player.
* There is no ASA support - if you want support you'll have to do it by hand (for now)
Description
Languages
C
62.8%
C++
30.9%
Lua
3.2%
Inno Setup
0.8%
Meson
0.8%
Other
1.4%