x265 patch for threadpool shutdown fix submited as:
[goodguy/history.git] / cinelerra-5.0 / plugins / rgb601 / ivtc.C.2
index a8a64a42e9a7d692ce7dd0f242b97c4123d061a8..3da4aa68a4ebe93a3553d860162e4b1a3af67e69 100644 (file)
@@ -1,4 +1,4 @@
-#include "colormodels.h"
+#include "bccmodels.h"
 #include "filexml.h"
 #include "rgb601.h"
 #include "rgb601window.h"
@@ -41,7 +41,7 @@ RGB601Main::~RGB601Main()
        delete defaults;
 }
 
-char* RGB601Main::plugin_title() { return "Inverse Telecine"; }
+char* RGB601Main::plugin_title() { return _("Inverse Telecine"); }
 int RGB601Main::is_realtime() { return 1; }
 
 int RGB601Main::load_defaults()