summaryrefslogtreecommitdiff
path: root/src/wx/export_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/export_dialog.h')
-rw-r--r--src/wx/export_dialog.h3
1 files changed, 3 insertions, 0 deletions
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;
};