X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Flivevideo%2Flivevideo.C;h=59b4015bfbffbe55a78123b70c7815d174f4fb4c;hb=723142d62d61cde588e961426440f839ca9dcda9;hp=6b5120283bee676d25db096a7f6c8ed137eac2b6;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/livevideo/livevideo.C b/cinelerra-5.1/plugins/livevideo/livevideo.C index 6b512028..59b4015b 100644 --- a/cinelerra-5.1/plugins/livevideo/livevideo.C +++ b/cinelerra-5.1/plugins/livevideo/livevideo.C @@ -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; }