mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-28 17:42:28 +08:00
a00854666f
The CUDA calls in AUDIO FX were added initially to big a bug on the SDK side where the SDK functions where not checking the CUDA context. This led to interference with the VIDEO FX, potentially breaking it. These bugs have been fixed by the SDK so we don't need anymore these CUDA calls. Signed-off-by: pkv <pkv@obsproject.com>