X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Foverlay_sample_yuva8888.C;fp=cinelerra-5.1%2Fcinelerra%2Foverlay_sample_yuva8888.C;h=093b379c5f60a1cf12f54fd1c5eb31b82a85d191;hb=15411d7912d8aa1b9bea6ba8862517b058861771;hp=0000000000000000000000000000000000000000;hpb=cb1a1530246ad67fb9be9aa2dbba5b88eb63e933;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/overlay_sample_yuva8888.C b/cinelerra-5.1/cinelerra/overlay_sample_yuva8888.C new file mode 100644 index 00000000..093b379c --- /dev/null +++ b/cinelerra-5.1/cinelerra/overlay_sample_yuva8888.C @@ -0,0 +1,5 @@ +#include "overlaysample.h" +// parallel build +#define BLEND(FN) XSAMPLE(FN, z_int32_t, z_uint8_t, 0xff, 4, 0x80, .5f); +void SampleUnit::yuva8888() { BLEND_SWITCH(BLEND); } +