rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / performanceprefs.h
index 0841ab82a17fe19e7f66667f94bb3e13694f79ae..d2e0031978c96faa34e590e877397cf6ce13f840 100644 (file)
@@ -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();