X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Foverlay_sample_rgb_float.C;fp=cinelerra-5.1%2Fcinelerra%2Foverlay_sample_rgb_float.C;h=5fd171346766be05792c23ca91fc4ad2a01298bd;hb=15411d7912d8aa1b9bea6ba8862517b058861771;hp=0000000000000000000000000000000000000000;hpb=cb1a1530246ad67fb9be9aa2dbba5b88eb63e933;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/overlay_sample_rgb_float.C b/cinelerra-5.1/cinelerra/overlay_sample_rgb_float.C new file mode 100644 index 00000000..5fd17134 --- /dev/null +++ b/cinelerra-5.1/cinelerra/overlay_sample_rgb_float.C @@ -0,0 +1,5 @@ +#include "overlaysample.h" +// parallel build +#define BLEND(FN) XSAMPLE(FN, z_float, z_float, 1.f, 3, 0, 0.f); +void SampleUnit::rgb_float() { BLEND_SWITCH(BLEND); } +