X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fperformanceprefs.h;h=d2e0031978c96faa34e590e877397cf6ce13f840;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=0841ab82a17fe19e7f66667f94bb3e13694f79ae;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/performanceprefs.h b/cinelerra-5.0/cinelerra/performanceprefs.h index 0841ab82..d2e00319 100644 --- a/cinelerra-5.0/cinelerra/performanceprefs.h +++ b/cinelerra-5.0/cinelerra/performanceprefs.h @@ -60,8 +60,8 @@ public: PrefsRenderFarmNodes *node_list; FormatTools *brender_tools; BC_Title *master_rate; - PrefsFileForking *file_forking; PrefsFFMPEGEarlyProbe *ffmpeg_early_probe; + PrefsFFMPEGMarkerIndecies *ffmpeg_marker_indecies; }; @@ -144,23 +144,22 @@ public: PerformancePrefs *perf_prefs; }; -class PrefsFileForking : public BC_CheckBox +class PrefsFFMPEGEarlyProbe : public BC_CheckBox { public: - PrefsFileForking(PerformancePrefs *perf_prefs, int x, int y); - ~PrefsFileForking(); + PrefsFFMPEGEarlyProbe(PerformancePrefs *perf_prefs, int x, int y); + ~PrefsFFMPEGEarlyProbe(); int handle_event(); - void check_enable(); PerformancePrefs *perf_prefs; }; -class PrefsFFMPEGEarlyProbe : public BC_CheckBox +class PrefsFFMPEGMarkerIndecies : public BC_CheckBox { public: - PrefsFFMPEGEarlyProbe(PerformancePrefs *perf_prefs, int x, int y); - ~PrefsFFMPEGEarlyProbe(); + PrefsFFMPEGMarkerIndecies(PerformancePrefs *perf_prefs, int x, int y); + ~PrefsFFMPEGMarkerIndecies(); int handle_event();