summaryrefslogtreecommitdiff
path: root/src/wx/export_video_file_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-06-04 00:26:56 +0200
committerCarl Hetherington <cth@carlh.net>2022-06-06 23:10:58 +0200
commitfcba100f0dfd1d4214291abb76f22ebd696c24d4 (patch)
treed31225dbe78d324615a55e0abdbd0f6b1740e2c4 /src/wx/export_video_file_dialog.h
parent7b30ec45f8d3d2881d633356058628373eb47057 (diff)
Preserve export video settings in the config (#2259).
Diffstat (limited to 'src/wx/export_video_file_dialog.h')
-rw-r--r--src/wx/export_video_file_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/export_video_file_dialog.h b/src/wx/export_video_file_dialog.h
index 578585362..0b60166c4 100644
--- a/src/wx/export_video_file_dialog.h
+++ b/src/wx/export_video_file_dialog.h
@@ -45,6 +45,10 @@ public:
private:
void format_changed ();
+ void mixdown_changed ();
+ void split_reels_changed ();
+ void split_streams_changed ();
+ void x264_crf_changed ();
void file_changed ();
std::string _initial_name;