mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-14 20:47:05 -04:00
Adds circlebuf_push_front_zero and circlebuf_push_back_zero to conveniently push zeroed data to the front/back of the buffer without having to create an intermediary buffer to accomplish the same thing.