No-op; remove some namespace qualifiers.
[dcpomatic.git] / src / wx / export_dialog.h
index 8f0be7194abd0bf5215feab4d4371b9e841be40f..0406c562f1aac5c1c246b911b80e210154f0c44c 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 #include "table_dialog.h"
+#include "lib/ffmpeg_encoder.h"
 #include <wx/wx.h>
 #include <boost/filesystem.hpp>
 
@@ -30,10 +31,13 @@ public:
        ExportDialog (wxWindow* parent);
 
        boost::filesystem::path path () const;
+       FFmpegEncoder::Format format () const;
+       bool mixdown_to_stereo () const;
 
 private:
        void format_changed ();
 
        wxChoice* _format;
+       wxCheckBox* _mixdown;
        FilePickerCtrl* _file;
 };