diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-06-07 20:50:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-06-07 20:50:26 +0100 |
| commit | 3458d0ec34f08a8eeef9b158f26a476a18548353 (patch) | |
| tree | 7f0f13eddb5463feb7de9c46d6797f0f56d1e594 /src/wx/export_dialog.h | |
| parent | 563ffc8c14b9db24c828c85c6590d0ece9ed19bc (diff) | |
Basic and untested export option to bounce down to stereo; add encoder test with subs (which fails).
Diffstat (limited to 'src/wx/export_dialog.h')
| -rw-r--r-- | src/wx/export_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index 239e56829..0406c562f 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -32,10 +32,12 @@ public: boost::filesystem::path path () const; FFmpegEncoder::Format format () const; + bool mixdown_to_stereo () const; private: void format_changed (); wxChoice* _format; + wxCheckBox* _mixdown; FilePickerCtrl* _file; }; |
