swaroop: fix decrementing of allowed shows count to be at the right time.
[dcpomatic.git] / src / wx / export_dialog.h
index c6ccc875ed38346eb858ebaf4ed74b67708de8e1..509cd60e9221b6f31ea780257c3e4a7ef6bfbf10 100644 (file)
@@ -31,8 +31,9 @@ public:
        explicit ExportDialog (wxWindow* parent);
 
        boost::filesystem::path path () const;
-       FFmpegEncoder::Format format () const;
+       ExportFormat format () const;
        bool mixdown_to_stereo () const;
+       bool split_reels () const;
        int x264_crf () const;
 
 private:
@@ -41,6 +42,7 @@ private:
 
        wxChoice* _format;
        wxCheckBox* _mixdown;
+       wxCheckBox* _split_reels;
        wxSlider* _x264_crf;
        wxStaticText* _x264_crf_label[2];
        FilePickerCtrl* _file;