X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fyuvshift%2Fyuvshift.C;h=7298efcb763402cb5c1571c9976bf311b803c995;hb=3ad39dda113124e7e1bb11a808541e6311417863;hp=2b814c03fb76e3e216a2b6c7107ee738bd2f255a;hpb=77815ec03df6a03ed75433e8cf8ae1e83fb76d6e;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/yuvshift/yuvshift.C b/cinelerra-5.1/plugins/yuvshift/yuvshift.C index 2b814c03..7298efcb 100644 --- a/cinelerra-5.1/plugins/yuvshift/yuvshift.C +++ b/cinelerra-5.1/plugins/yuvshift/yuvshift.C @@ -25,7 +25,7 @@ #include "filexml.h" #include "guicast.h" #include "language.h" -#include "cicolors.h" +#include "bccolors.h" #include "pluginvclient.h" #include "vframe.h" @@ -208,7 +208,7 @@ YUVShiftEffect::~YUVShiftEffect() delete temp_frame; } -const char* YUVShiftEffect::plugin_title() { return _("YUVShift"); } +const char* YUVShiftEffect::plugin_title() { return N_("YUVShift"); } int YUVShiftEffect::is_realtime() { return 1; } @@ -343,7 +343,7 @@ int YUVShiftEffect::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(),