mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-24 23:31:36 +08:00
The memset in custom_audio_render() did not clear all audio buffers when the number of output channels was less then 8. This caused wrong audio output on mixes that did not get cleared. Closes jp9000/obs-studio#1123