X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fperformanceprefs.h;h=dc02a2144e93507a0c11cc7774aa689494f1f6d7;hp=29ae972716310b6ee7e37c1338692ae1c8ad0611;hb=9f917bc27389ebc36568a1f465b42208f7e8e46a;hpb=cdeb29aeaca2be9141f4c1d82f3aa36fcb51ab12 diff --git a/cinelerra-5.1/cinelerra/performanceprefs.h b/cinelerra-5.1/cinelerra/performanceprefs.h index 29ae9727..dc02a214 100644 --- a/cinelerra-5.1/cinelerra/performanceprefs.h +++ b/cinelerra-5.1/cinelerra/performanceprefs.h @@ -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