Basic and untested export option to bounce down to stereo; add encoder test with...
[dcpomatic.git] / src / wx / export_dialog.h
index 239e5682955caa4de2ab6c84380ee5f78588947b..0406c562f1aac5c1c246b911b80e210154f0c44c 100644 (file)
@@ -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;
 };