r969: Render format selector: Do not change the path name when the format is changed.
[cinelerra_cv/ct.git] / cinelerra / drivesync.h
blobb0674d082e85f9ba7aab5a3b03f76effde1846f9
1 #ifndef DRIVESYNC_H
2 #define DRIVESYNC_H
4 #include "thread.h"
6 class DriveSync : public Thread
8 public:
9 DriveSync();
10 ~DriveSync();
12 void run();
14 int done;
17 #endif