X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fperformanceprefs.h;h=6e1e99c80f6b81a3217717a41e6c2b8e4eeb0001;hb=4ed99d3ff21fc5809ff2a2927f6d99413f80a168;hp=a792300261cd2b3e8c6cfeae880c214f7aceb59b;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/performanceprefs.h b/cinelerra-5.1/cinelerra/performanceprefs.h index a7923002..6e1e99c8 100644 --- a/cinelerra-5.1/cinelerra/performanceprefs.h +++ b/cinelerra-5.1/cinelerra/performanceprefs.h @@ -27,6 +27,7 @@ #include "mwindow.inc" #include "performanceprefs.inc" #include "preferencesthread.h" +#include "probeprefs.inc" class PerformancePrefs : public PreferencesDialog @@ -40,6 +41,7 @@ public: void generate_node_list(); void update_node_list(); void update_rates(); + void start_probe_dialog(); int hot_node; @@ -54,15 +56,12 @@ public: TOTAL_COLUMNS }; - ArrayList nodes[4]; + ArrayList nodes[TOTAL_COLUMNS]; PrefsRenderFarmEditNode *edit_node; PrefsRenderFarmPort *edit_port; PrefsRenderFarmNodes *node_list; FormatTools *brender_tools; BC_Title *master_rate; - PrefsFFMPEGEarlyProbe *ffmpeg_early_probe; - PrefsYUV420P_DVDlace *yuv420p_dvdlace; - PrefsFFMPEGMarkerIndecies *ffmpeg_marker_indexes; }; @@ -125,37 +124,6 @@ public: PreferencesWindow *pwindow; }; -class PrefsTrapSigSEGV : public BC_CheckBox -{ -public: - PrefsTrapSigSEGV(PerformancePrefs *perf_prefs, int x, int y); - ~PrefsTrapSigSEGV(); - int handle_event(); - - PerformancePrefs *perf_prefs; -}; - -class PrefsTrapSigINTR : public BC_CheckBox -{ -public: - PrefsTrapSigINTR(PerformancePrefs *perf_prefs, int x, int y); - ~PrefsTrapSigINTR(); - int handle_event(); - - PerformancePrefs *perf_prefs; -}; - -class PrefsFFMPEGEarlyProbe : public BC_CheckBox -{ -public: - PrefsFFMPEGEarlyProbe(PerformancePrefs *perf_prefs, int x, int y); - ~PrefsFFMPEGEarlyProbe(); - - int handle_event(); - - PerformancePrefs *perf_prefs; -}; - class PrefsFFMPEGMarkerIndecies : public BC_CheckBox { public: @@ -270,6 +238,10 @@ public: int handle_event(); int selection_changed(); int column_resize_event(); + void update_list(); + + const char *titles[PerformancePrefs::TOTAL_COLUMNS]; + int widths[PerformancePrefs::TOTAL_COLUMNS]; PreferencesWindow *pwindow; PerformancePrefs *subwindow; @@ -356,21 +328,6 @@ 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 { public: @@ -382,4 +339,5 @@ public: PreferencesWindow *pwindow; }; + #endif