proxy cpus usage, unlock win before render_proxy, snap tweaks
[goodguy/history.git] / cinelerra-5.1 / cinelerra / playbackprefs.h
index d7b2920bcce252d4f89b30c3162d7e78f97225c5..167d3bd62f5a91cfa961ca9b3508690a770ac87c 100644 (file)
@@ -30,10 +30,8 @@ class PlaybackViewFollows;
 class PlaybackSoftwareTimer;
 class PlaybackRealTime;
 class PlaybackMap51_2;
-class TimecodeOffset;
 class VideoAsynchronous;
 class VideoEveryFrame;
-class PlaybackDeblock;
 class PlaybackPreload;
 class PlaybackInterpolateRaw;
 class PlaybackWhiteBalanceRaw;
@@ -70,7 +68,6 @@ public:
 
        PlaybackConfig *playback_config;
        BC_Title *framerate_title;
-       PlaybackDeblock *mpeg4_deblock;
        PlaybackInterpolateRaw *interpolate_raw;
        PlaybackWhiteBalanceRaw *white_balance_raw;
        VideoAsynchronous *asynchronous;
@@ -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: