mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-07 08:06:14 -05:00
When the bitrate was set to 64 CoreAudio would call complex_input_data_proc more than once, which in turn would cause consumed bytes in the input buffer to be "freed" more than once (once for every additional call of complex_input_data_proc and once in aac_encode)