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=d7b2920bcce252d4f89b30c3162d7e78f97225c5;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb diff --git a/cinelerra-5.1/cinelerra/playbackprefs.h b/cinelerra-5.1/cinelerra/playbackprefs.h index d7b2920b..f2befa9f 100644 --- a/cinelerra-5.1/cinelerra/playbackprefs.h +++ b/cinelerra-5.1/cinelerra/playbackprefs.h @@ -30,10 +30,8 @@ class PlaybackViewFollows; class PlaybackSoftwareTimer; class PlaybackRealTime; class PlaybackMap51_2; -class TimecodeOffset; -class VideoAsynchronous; +//class VideoAsynchronous; class VideoEveryFrame; -class PlaybackDeblock; class PlaybackPreload; class PlaybackInterpolateRaw; class PlaybackWhiteBalanceRaw; @@ -70,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; @@ -130,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: @@ -140,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: @@ -158,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: @@ -203,17 +192,6 @@ public: PlaybackPrefs *playback; }; -class TimecodeOffset : public BC_TextBox -{ - public: - TimecodeOffset(int x, int y, PreferencesWindow *pwindow, - PlaybackPrefs *playback, char *text, int unit); - int handle_event(); - int unit; - PlaybackPrefs *playback; - PreferencesWindow *pwindow; -}; - class PlaybackSubtitle : public BC_CheckBox { public: