summaryrefslogtreecommitdiff
path: root/src/wx/export_video_file_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-13 01:40:26 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-13 01:40:26 +0200
commite5fd940695802fc383044d5c29ff3653e8fe6d65 (patch)
tree02b2364ea7a8111b3e98c05bcde68e5af3165743 /src/wx/export_video_file_dialog.h
parent8e60c0c1ad5dc30306bd410b8e540a1981136962 (diff)
White space: auto_crop_dialog.{cc,h}, export_video_file_dialog.{cc,h}, time_calculation_test.cc
Diffstat (limited to 'src/wx/export_video_file_dialog.h')
-rw-r--r--src/wx/export_video_file_dialog.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/wx/export_video_file_dialog.h b/src/wx/export_video_file_dialog.h
index 4e626be6b..822fa4b99 100644
--- a/src/wx/export_video_file_dialog.h
+++ b/src/wx/export_video_file_dialog.h
@@ -34,22 +34,22 @@ class FilePickerCtrl;
class ExportVideoFileDialog : public TableDialog
{
public:
- ExportVideoFileDialog (wxWindow* parent, std::string name);
+ ExportVideoFileDialog(wxWindow* parent, std::string name);
- boost::filesystem::path path () const;
- ExportFormat format () const;
- bool mixdown_to_stereo () const;
- bool split_reels () const;
- bool split_streams () const;
- int x264_crf () const;
+ boost::filesystem::path path() const;
+ ExportFormat format() const;
+ bool mixdown_to_stereo() const;
+ bool split_reels() const;
+ bool split_streams() const;
+ int x264_crf() const;
private:
- void format_changed ();
- void mixdown_changed ();
- void split_reels_changed ();
- void split_streams_changed ();
- void x264_crf_changed ();
- void file_changed ();
+ 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;
wxChoice* _format;