add dvd chroma 420pi colormodel, misc fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / performanceprefs.h
index 29ae972716310b6ee7e37c1338692ae1c8ad0611..dc02a2144e93507a0c11cc7774aa689494f1f6d7 100644 (file)
@@ -61,6 +61,7 @@ public:
        FormatTools *brender_tools;
        BC_Title *master_rate;
        PrefsFFMPEGEarlyProbe *ffmpeg_early_probe;
+       PrefsYUV420P_DVDlace *yuv420p_dvdlace;
        PrefsFFMPEGMarkerIndecies *ffmpeg_marker_indexes;
 };
 
@@ -335,8 +336,7 @@ class PrefsRenderFarmReset : public BC_GenericButton
 public:
        PrefsRenderFarmReset(PreferencesWindow *pwindow, 
                PerformancePrefs *subwindow, 
-               int x, 
-               int y);
+               int x, int y);
        
        int handle_event();
        
@@ -345,6 +345,20 @@ public:
 };
 
 
+class PrefsYUV420P_DVDlace : public BC_CheckBox
+{
+public:
+       PrefsYUV420P_DVDlace(PreferencesWindow *pwindow,
+               PerformancePrefs *subwindow,
+               int x, int y);
+
+       int handle_event();
+
+       PerformancePrefs *subwindow;
+       PreferencesWindow *pwindow;
+};
+
+
 
 class CICacheSize : public BC_TumbleTextBox
 {
@@ -357,8 +371,4 @@ public:
        PreferencesWindow *pwindow;
 };
 
-
-
-
-
 #endif