merged hv7 mod
[goodguy/history.git] / cinelerra-5.1 / cinelerra / playbackprefs.h
index 167d3bd62f5a91cfa961ca9b3508690a770ac87c..f2befa9f1108526cad39baea358805fe3f2d1909 100644 (file)
@@ -30,7 +30,7 @@ class PlaybackViewFollows;
 class PlaybackSoftwareTimer;
 class PlaybackRealTime;
 class PlaybackMap51_2;
-class VideoAsynchronous;
+//class VideoAsynchronous;
 class VideoEveryFrame;
 class PlaybackPreload;
 class PlaybackInterpolateRaw;
@@ -70,7 +70,7 @@ public:
        BC_Title *framerate_title;
        PlaybackInterpolateRaw *interpolate_raw;
        PlaybackWhiteBalanceRaw *white_balance_raw;
-       VideoAsynchronous *asynchronous;
+//     VideoAsynchronous *asynchronous;
 
        BC_Title *vdevice_title;
        PlaybackAudioOffset *audio_offset;
@@ -127,6 +127,14 @@ public:
        PreferencesWindow *pwindow;
 };
 
+// class VideoAsynchronous : public BC_CheckBox
+// {
+// public:
+//     VideoAsynchronous(PreferencesWindow *pwindow, int x, int y);
+//     int handle_event();
+//     PreferencesWindow *pwindow;
+// };
+
 class PlaybackMap51_2 : public BC_CheckBox
 {
 public:
@@ -137,14 +145,6 @@ public:
        PlaybackPrefs *playback_prefs;
 };
 
-class VideoAsynchronous : public BC_CheckBox
-{
-public:
-       VideoAsynchronous(PreferencesWindow *pwindow, int x, int y);
-       int handle_event();
-       PreferencesWindow *pwindow;
-};
-
 class VideoEveryFrame : public BC_CheckBox
 {
 public: