X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fexport_dialog.h;h=fc22d036a070404a2f1270011bb1ba8d1346e089;hb=refs%2Ftags%2Fv2.15.95;hp=f1e893b5329b887238cc89b028c30ca76f660195;hpb=1d73cca7a3adfc4d64a2529e3f6e8c7b6d6cc38d;p=dcpomatic.git diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index f1e893b53..fc22d036a 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -34,6 +34,7 @@ public: ExportFormat format () const; bool mixdown_to_stereo () const; bool split_reels () const; + bool split_streams () const; int x264_crf () const; private: @@ -44,6 +45,7 @@ private: wxChoice* _format; wxCheckBox* _mixdown; wxCheckBox* _split_reels; + wxCheckBox* _split_streams; wxSlider* _x264_crf; wxStaticText* _x264_crf_label[2]; FilePickerCtrl* _file;