X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Frgb601%2Frgb601.C;h=1de2e00bb18e52cc387251c12aa4f1b406a847e4;hb=310cfd249d955850c39757d80e07949ad4fef205;hp=c2c179a1442104e2b4e27a5adb958d2bc0e0b313;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/rgb601/rgb601.C b/cinelerra-5.0/plugins/rgb601/rgb601.C index c2c179a1..1de2e00b 100644 --- a/cinelerra-5.0/plugins/rgb601/rgb601.C +++ b/cinelerra-5.0/plugins/rgb601/rgb601.C @@ -20,7 +20,7 @@ */ #include "clip.h" -#include "colormodels.h" +#include "bccmodels.h" #include "filexml.h" #include "language.h" #include "rgb601.h" @@ -51,7 +51,7 @@ RGB601Main::~RGB601Main() } -const char* RGB601Main::plugin_title() { return N_("RGB - 601"); } +const char* RGB601Main::plugin_title() { return _("RGB - 601"); } int RGB601Main::is_realtime() { return 1; } @@ -294,8 +294,8 @@ int RGB601Main::process_buffer(VFrame *frame, // Deinterlace effects may aggregate this one, if(get_use_opengl() && - (prev_effect_is("Frames to fields") || - next_effect_is("Frames to fields"))) + (prev_effect_is(_("Frames to fields")) || + next_effect_is(_("Frames to fields")))) { return 0; }