merge akirad ui / themes + icons
[goodguy/history.git] / cinelerra-5.0 / plugins / decimate / decimate.C
index 0f7bb2029ea6e377ec0e157507bd9dc87410ed33..4d8565fe1b684db1f1b0bf10939f59ec0e3ebdcb 100644 (file)
@@ -672,7 +672,8 @@ void Decimate::fill_lookahead(double frame_rate,
                read_frame(frames[lookahead_size], 
                        0, 
                        lookahead_end, 
-                       config.input_rate);
+                       config.input_rate,
+                       0);
 // Fill difference buffer
                if(lookahead_size > 0)
                        differences[lookahead_size] = 
@@ -743,7 +744,7 @@ int Decimate::process_buffer(VFrame *frame,
 
 
 
-const char* Decimate::plugin_title() { return N_("Decimate"); }
+const char* Decimate::plugin_title() { return _("Decimate"); }
 int Decimate::is_realtime() { return 1; }
 
 NEW_WINDOW_MACRO(Decimate, DecimateWindow)