mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-02 02:22:13 -05:00
Py_BuildValue doesn't directly accept C bools. This fixes the callback by passing instead a Py_Bool object built from the C bool.
Py_BuildValue doesn't directly accept C bools. This fixes the callback by passing instead a Py_Bool object built from the C bool.