X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginvclient.C;h=4ce953f7d7c3fe1ef5c75be651b555710ce94fa8;hb=c279e21fc2394a7908bbd1ba8c79b116fe9fb14a;hp=02de13922cb5a6e2a186b63c081655934426f813;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/pluginvclient.C b/cinelerra-5.1/cinelerra/pluginvclient.C index 02de1392..4ce953f7 100644 --- a/cinelerra-5.1/cinelerra/pluginvclient.C +++ b/cinelerra-5.1/cinelerra/pluginvclient.C @@ -71,7 +71,7 @@ VFrame* PluginVClient::new_temp(int w, int h, int color_model) if(!temp) { - temp = new VFrame(0, -1, w, h, color_model, -1); + temp = new VFrame(w, h, color_model, 0); } return temp;