X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fexport_dialog.h;h=c6ccc875ed38346eb858ebaf4ed74b67708de8e1;hb=64b7c2e30a6adc62c373b9dcc7f39310f10ed994;hp=c2498d6a149498ded640a002ad633125d52e34e1;hpb=c6dee8f49138c0246c3f94d16792541cd250672f;p=dcpomatic.git diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index c2498d6a1..c6ccc875e 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -33,6 +33,7 @@ public: boost::filesystem::path path () const; FFmpegEncoder::Format format () const; bool mixdown_to_stereo () const; + int x264_crf () const; private: void format_changed (); @@ -40,5 +41,7 @@ private: wxChoice* _format; wxCheckBox* _mixdown; + wxSlider* _x264_crf; + wxStaticText* _x264_crf_label[2]; FilePickerCtrl* _file; };