CarVac / filmulator-gui

Filmulator --- Simplified raw editing with the power of film
https://filmulator.org
Other
672 stars 32 forks source link

Fix uninitialized variables, also get rid of critical regions #88

Closed heckflosse closed 5 years ago

heckflosse commented 5 years ago

This pr fixes two uninitialized variables found by cppcheck. It also gets rid of the critical regions and changes scheduling from per row to per 16 rows.