Shows the video codec selected in an entry for later allow custom video codec.
[synfig.git] / synfig-studio / src / gtkmm / dialog_targetparam.h
index 8fa8cfb..f9a986c 100644 (file)
@@ -48,9 +48,11 @@ class Dialog_TargetParam : public Gtk::Dialog
        Gtk::Button *cancel_button;
        Gtk::SpinButton *bitrate;
        Gtk::ComboBoxText *vcodec;
+       Gtk::Entry *customvcodec;
 
        void on_ok();
        void on_cancel();
+       void on_vcodec_change();
 
 public:
        Dialog_TargetParam(synfig::TargetParam &tparam);