add Autosave continuous backups by Andras Reuss and Andrew-R
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / overlay_sample_rgb_float.C
1 #include "overlaysample.h"
2 // parallel build
3 #define BLEND(FN) XSAMPLE(FN, z_float, z_float, 1.f, 3, 0, 0.f);
4 void SampleUnit::rgb_float() { BLEND_SWITCH(BLEND); }
5