r999: maintainers added to README_en.
[cinelerra_cv/mob.git] / cinelerra / dv1394input.h
blob45fceba1ee71f1ed80d948c9d50d2f51040ad70d
1 #ifndef DV1394INPUT_H
2 #define DV1394INPUT_H
7 class DV1394Input : public Thread
9 public:
10 DV1394Input(VideoDevice *device);
11 ~DV1394Input();
13 void start();
14 void run();
16 int done;
17 VideoDevice *device;
18 int fd;
27 #endif