X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fexport_dialog.h;h=509cd60e9221b6f31ea780257c3e4a7ef6bfbf10;hb=c3b7debcde8e686a06918095df347752caa8eacb;hp=c6ccc875ed38346eb858ebaf4ed74b67708de8e1;hpb=64b7c2e30a6adc62c373b9dcc7f39310f10ed994;p=dcpomatic.git diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index c6ccc875e..509cd60e9 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -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;