dyne / frei0r

A large collection of free and portable video plugins
https://frei0r.dyne.org/
GNU General Public License v2.0
427 stars 89 forks source link

baltan: use calloc instead of malloc+memset #44

Closed rrrapha closed 5 years ago

rrrapha commented 5 years ago

This noticeably improves performance.

ddennedy commented 5 years ago

Not sure what that procbuf was for! Must have been a remnant from the EffecTV port.

jaromil commented 5 years ago

indeed. cheers!