x265 patch for threadpool shutdown fix submited as:
[goodguy/history.git] / cinelerra-5.0 / plugins / ivtc / ivtc.C
index f94cb1cbc0b5ce42d88750d87cf26762f594dab8..830a172110c19a148088a5a47ab3dcc6a6748068 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 #include "clip.h"
-#include "colormodels.h"
+#include "bccmodels.h"
 #include "filexml.h"
 #include "ivtc.h"
 #include "ivtcwindow.h"
@@ -73,7 +73,7 @@ IVTCMain::~IVTCMain()
        }
 }
 
-const char* IVTCMain::plugin_title() { return N_("Inverse Telecine"); }
+const char* IVTCMain::plugin_title() { return _("Inverse Telecine"); }
 int IVTCMain::is_realtime() { return 1; }