X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackprefs.h;h=f2befa9f1108526cad39baea358805fe3f2d1909;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hp=167d3bd62f5a91cfa961ca9b3508690a770ac87c;hpb=2f1bbd12877daf745e1d18b62b731f04cece827e;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/playbackprefs.h b/cinelerra-5.1/cinelerra/playbackprefs.h index 167d3bd6..f2befa9f 100644 --- a/cinelerra-5.1/cinelerra/playbackprefs.h +++ b/cinelerra-5.1/cinelerra/playbackprefs.h @@ -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: