remove v4l/lml/buz, add symbolic folders, more xlat update, yuyv fixes, v4l2 upgrades
[goodguy/history.git] / cinelerra-5.1 / cinelerra / videoconfig.h
index ae452d7bdb5b350df7bb84875419e7b2bc6db5e9..be4895a9c1bed5e6a5aaaaae6ea1aa0650735772 100644 (file)
@@ -43,8 +43,6 @@ public:
 
 // Input
        int video_in_driver;
-       char v4l_in_device[1024];
-       char lml_in_device[1024];
        char screencapture_display[1024];
        int vfirewire_in_port, vfirewire_in_channel;
 // number of frames to read from device during video recording.
@@ -52,7 +50,6 @@ public:
 
 // Output
        int video_out_driver;
-       char lml_out_device[1024];
 };
 
 #endif