x265 patch for threadpool shutdown fix submited as:
[goodguy/history.git] / cinelerra-5.0 / plugins / loopvideo / loopvideo.C
index 29aee0b9aa76495303845e3c87219508ca9fdd71..c29189aebe5851487bbd3720f1cccb590e4412f3 100644 (file)
@@ -176,7 +176,7 @@ LoopVideo::~LoopVideo()
        
 }
 
-const char* LoopVideo::plugin_title() { return N_("Loop video"); }
+const char* LoopVideo::plugin_title() { return _("Loop video"); }
 int LoopVideo::is_realtime() { return 1; }
 int LoopVideo::is_synthesis() { return 1; }
 
@@ -229,7 +229,8 @@ int LoopVideo::process_buffer(VFrame *frame,
        read_frame(frame,
                0,
                current_loop_position,
-               frame_rate);
+               frame_rate,
+               0);
 
        return 0;
 }