bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / vdevice1394.C
index c61387c95981705b5d597b991c4bb307526169f3..839e64eb5dca0fbd352208b11d7b647555d983c9 100644 (file)
@@ -234,7 +234,8 @@ int VDevice1394::read_buffer(VFrame *frame)
 
 
 void VDevice1394::new_output_buffer(VFrame **output,
-       int colormodel)
+       int colormodel,
+       EDL *edl)
 {
        if(user_frame)
        {
@@ -253,12 +254,7 @@ void VDevice1394::new_output_buffer(VFrame **output,
                                user_frame = new VFrame;
                                break;
                        default:
-                               user_frame = new VFrame(0,
-                                       -1,
-                                       device->out_w,
-                                       device->out_h,
-                                       colormodel,
-                                       -1);
+                               user_frame = new VFrame(device->out_w, device->out_h, colormodel);
                                break;
                }
        }