a58ae5d341349f65e3b7a87718310487ec50b636
[goodguy/cinelerra.git] / overlay_sample_rgb888.C
1 #include "overlaysample.h"
2 // parallel build 
3 #define BLEND(FN) XSAMPLE(FN, z_int32_t, z_uint8_t,  0xff,   3, 0, .5f);
4 void SampleUnit::rgb888() { BLEND_SWITCH(BLEND); }
5