X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fplugins%2Floopvideo%2Floopvideo.C;h=c29189aebe5851487bbd3720f1cccb590e4412f3;hb=310cfd249d955850c39757d80e07949ad4fef205;hp=29aee0b9aa76495303845e3c87219508ca9fdd71;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/plugins/loopvideo/loopvideo.C b/cinelerra-5.0/plugins/loopvideo/loopvideo.C index 29aee0b9..c29189ae 100644 --- a/cinelerra-5.0/plugins/loopvideo/loopvideo.C +++ b/cinelerra-5.0/plugins/loopvideo/loopvideo.C @@ -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; }