From 010a6240453384e35d4aa848af00ed58244fe16d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 5 Aug 2020 18:32:59 +0200 Subject: Allow export with one audio stream per channel. --- src/wx/export_dialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wx/export_dialog.h') diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index f1e893b53..fc22d036a 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -34,6 +34,7 @@ public: ExportFormat format () const; bool mixdown_to_stereo () const; bool split_reels () const; + bool split_streams () const; int x264_crf () const; private: @@ -44,6 +45,7 @@ private: wxChoice* _format; wxCheckBox* _mixdown; wxCheckBox* _split_reels; + wxCheckBox* _split_streams; wxSlider* _x264_crf; wxStaticText* _x264_crf_label[2]; FilePickerCtrl* _file; -- cgit v1.2.3