X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Frgbshift%2Frgbshift.C;h=1f3d73994b0b0384b2613c073f620a2a1695fae4;hb=3ad39dda113124e7e1bb11a808541e6311417863;hp=21dd42745b12fedf148d4ed2f6e8d337b2827b0e;hpb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/rgbshift/rgbshift.C b/cinelerra-5.1/plugins/rgbshift/rgbshift.C index 21dd4274..1f3d7399 100644 --- a/cinelerra-5.1/plugins/rgbshift/rgbshift.C +++ b/cinelerra-5.1/plugins/rgbshift/rgbshift.C @@ -208,7 +208,7 @@ RGBShiftEffect::~RGBShiftEffect() delete temp_frame; } -const char* RGBShiftEffect::plugin_title() { return _("RGBShift"); } +const char* RGBShiftEffect::plugin_title() { return N_("RGBShift"); } int RGBShiftEffect::is_realtime() { return 1; } @@ -342,7 +342,7 @@ int RGBShiftEffect::process_realtime(VFrame *input, VFrame *output) delete temp_frame; temp_frame = 0; } if( !temp_frame ) - temp_frame = new VFrame(w, h, color_model); + temp_frame = new VFrame(w, h, color_model, 0); frame = temp_frame; if( color_model != input->get_color_model() ) BC_CModels::transfer(frame->get_rows(), input->get_rows(),