X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Fframefield%2Fframefield.C;h=fb98f10f82e3eb5a54b1abf653990055542bb79f;hb=9d843688067273fd869c55a418962c64814b12ae;hp=536e4db3564a47ddcdc79901e458e31418f5e06e;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/framefield/framefield.C b/cinelerra-5.0/plugins/framefield/framefield.C index 536e4db3..fb98f10f 100644 --- a/cinelerra-5.0/plugins/framefield/framefield.C +++ b/cinelerra-5.0/plugins/framefield/framefield.C @@ -563,7 +563,7 @@ void FrameField::average_rows(int offset, VFrame *frame) -const char* FrameField::plugin_title() { return N_("Frames to fields"); } +const char* FrameField::plugin_title() { return _("Frames to fields"); } int FrameField::is_realtime() { return 1; } NEW_WINDOW_MACRO(FrameField, FrameFieldWindow) @@ -705,8 +705,8 @@ int FrameField::handle_opengl() // Store aggregation state only when reading a frame //printf("FrameField::handle_opengl %p\n", get_output()); //get_output()->dump_stacks(); - if(prev_effect_is("RGB - 601") || - next_effect_is("RGB - 601")) + if(prev_effect_is(_("RGB - 601")) || + next_effect_is(_("RGB - 601"))) { aggregate_rgb601 = 1; rgb601_direction = get_output()->get_params()->get("RGB601_DIRECTION", 0);