diff options
author | jstebbins <[email protected]> | 2008-08-07 17:43:55 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-08-07 17:43:55 +0000 |
commit | 752317f0446985db9179dcc975f10652400af589 (patch) | |
tree | 335e0f670d4e88d5b9259fdec9bdc54b07b6a5a0 /gtk/src/settings.h | |
parent | c8ed1a0c1534761b2081f6c7ea71bf7c4a698d78 (diff) |
LinGui: change how x264 options are handled
- there is now one preset key that contains the option string
- options displayed in widgets and entry box stay reflect each other
- enlarged the entry box so all options can be seen
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1614 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/settings.h')
-rw-r--r-- | gtk/src/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/src/settings.h b/gtk/src/settings.h index 1610078a0..44f7f906c 100644 --- a/gtk/src/settings.h +++ b/gtk/src/settings.h @@ -125,5 +125,8 @@ void ghb_prefs_to_ui(signal_user_data_t *ud); void ghb_prefs_save(GHashTable *settings); void ghb_pref_save(GHashTable *settings, const gchar *key); void ghb_set_preset_default(GHashTable *settings); +void ghb_x264_parse_options(signal_user_data_t *ud, const gchar *options); +void ghb_x264_opt_update(signal_user_data_t *ud, GtkWidget *widget); +gchar* ghb_sanitize_x264opts(signal_user_data_t *ud, const gchar *options); #endif // _SETTINGS_H_ |