X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=inline;f=cinelerra-5.1%2Fplugins%2Fholo%2Fholo.C;h=7a111923429c3ecf56869818786bc0c49323da2b;hb=48c313de28fe6d39d9431dbe2dca6ffb176541ff;hp=fb034b4d00e933d430f1b4f87b9bb2a9f7dda677;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/holo/holo.C b/cinelerra-5.1/plugins/holo/holo.C index fb034b4d..7a111923 100644 --- a/cinelerra-5.1/plugins/holo/holo.C +++ b/cinelerra-5.1/plugins/holo/holo.C @@ -26,7 +26,7 @@ #include "holo.h" #include "holowindow.h" #include "language.h" -#include "cicolors.h" +#include "bccolors.h" #include #include @@ -195,10 +195,8 @@ total = 0; { case 0: /* step 1: grab frame-1 to buffer-1 */ -// tmp = new VFrame(0, -// input_ptr->get_w(), -// input_ptr->get_h(), -// project_color_model); +// tmp = new VFrame(input_ptr->get_w(),input_ptr->get_h(), +// project_color_model, 0); bgimage->copy_from(input_ptr); break; @@ -247,12 +245,8 @@ int HoloMain::process_realtime(VFrame *input_ptr, VFrame *output_ptr) if(!effecttv) { effecttv = new EffectTV(input_ptr->get_w(), input_ptr->get_h()); - bgimage = new VFrame(0, - -1, - input_ptr->get_w(), - input_ptr->get_h(), - input_ptr->get_color_model(), - -1); + bgimage = new VFrame(input_ptr->get_w(), input_ptr->get_h(), + input_ptr->get_color_model(), 0); for(int i = 0; i < 256; i++) {