X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftranslate%2Ftranslate.C;fp=cinelerra-5.1%2Fplugins%2Ftranslate%2Ftranslate.C;h=ce112b04349ddffb9e92d984ab7938c7f4f5f017;hb=48c313de28fe6d39d9431dbe2dca6ffb176541ff;hp=7d00ee28d8c9351373ae8d541d5b8d32d2cf305d;hpb=3f6a262cfe390b3f8b275297d64565a5b6272969;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/translate/translate.C b/cinelerra-5.1/plugins/translate/translate.C index 7d00ee28..ce112b04 100644 --- a/cinelerra-5.1/plugins/translate/translate.C +++ b/cinelerra-5.1/plugins/translate/translate.C @@ -193,12 +193,8 @@ int TranslateMain::process_realtime(VFrame *input_ptr, VFrame *output_ptr) temp_frame = 0; } if(!temp_frame) - temp_frame = new VFrame(0, - -1, - input_ptr->get_w(), - input_ptr->get_h(), - input->get_color_model(), - -1); + temp_frame = new VFrame(input_ptr->get_w(), input_ptr->get_h(), + input->get_color_model(), 0); temp_frame->copy_from(input); input = temp_frame; }