mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-15 17:58:34 -05:00
Allows the ability to use fixed stack memory to construct a calldata_t structure rather than having to allocate each time. This is fine to do for certain signals where the calldata never goes above a specific size. If by some chance the size is insufficient, it will output a log message.