X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackprefs.h;h=f2befa9f1108526cad39baea358805fe3f2d1909;hp=9b1c32437ee1a5f2c858bb1e9c93f7bf0d13f5bb;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hpb=3ac8199743f244669cc87ceef9c3cd23710552f3 diff --git a/cinelerra-5.1/cinelerra/playbackprefs.h b/cinelerra-5.1/cinelerra/playbackprefs.h index 9b1c3243..f2befa9f 100644 --- a/cinelerra-5.1/cinelerra/playbackprefs.h +++ b/cinelerra-5.1/cinelerra/playbackprefs.h @@ -30,9 +30,8 @@ class PlaybackViewFollows; class PlaybackSoftwareTimer; class PlaybackRealTime; class PlaybackMap51_2; -class VideoAsynchronous; +//class VideoAsynchronous; class VideoEveryFrame; -class PlaybackDeblock; class PlaybackPreload; class PlaybackInterpolateRaw; class PlaybackWhiteBalanceRaw; @@ -69,10 +68,9 @@ public: PlaybackConfig *playback_config; BC_Title *framerate_title; - PlaybackDeblock *mpeg4_deblock; PlaybackInterpolateRaw *interpolate_raw; PlaybackWhiteBalanceRaw *white_balance_raw; - VideoAsynchronous *asynchronous; +// VideoAsynchronous *asynchronous; BC_Title *vdevice_title; PlaybackAudioOffset *audio_offset; @@ -129,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: @@ -139,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: @@ -157,14 +155,6 @@ public: PlaybackPrefs *playback_prefs; }; -class PlaybackDeblock : public BC_CheckBox -{ -public: - PlaybackDeblock(PreferencesWindow *pwindow, int x, int y); - int handle_event(); - PreferencesWindow *pwindow; -}; - class PlaybackPreload : public BC_TextBox { public: