bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / plugins / livevideo / livevideo.C
index 6b5120283bee676d25db096a7f6c8ed137eac2b6..59b4015bfbffbe55a78123b70c7815d174f4fb4c 100644 (file)
@@ -454,12 +454,8 @@ int LiveVideo::process_buffer(VFrame *frame,
                {
                        if(!temp)
                        {
-                               temp = new VFrame(0,
-                                       -1,
-                                       session->vconfig_in->w,
-                                       session->vconfig_in->h,
-                                       input_cmodel,
-                                       -1);
+                               temp = new VFrame(session->vconfig_in->w, session->vconfig_in->h,
+                                               input_cmodel, 0);
                        }
                        input = temp;
                }
@@ -576,7 +572,7 @@ void LiveVideo::render_stop()
 }
 
 
-const char* LiveVideo::plugin_title() { return _("Live Video"); }
+const char* LiveVideo::plugin_title() { return N_("Live Video"); }
 int LiveVideo::is_realtime() { return 1; }
 int LiveVideo::is_multichannel() { return 0; }
 int LiveVideo::is_synthesis() { return 1; }