X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Flivevideo%2Flivevideo.C;h=23edbc732d9d61daa4df0f82b32945b1e4018190;hp=6b5120283bee676d25db096a7f6c8ed137eac2b6;hb=48c313de28fe6d39d9431dbe2dca6ffb176541ff;hpb=3f6a262cfe390b3f8b275297d64565a5b6272969 diff --git a/cinelerra-5.1/plugins/livevideo/livevideo.C b/cinelerra-5.1/plugins/livevideo/livevideo.C index 6b512028..23edbc73 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; }