bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / playbackprefs.h
index d7b2920bcce252d4f89b30c3162d7e78f97225c5..f2befa9f1108526cad39baea358805fe3f2d1909 100644 (file)
@@ -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: