diff options
author | jstebbins <[email protected]> | 2008-09-19 00:19:46 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-19 00:19:46 +0000 |
commit | 15208b5875fbfc53480941750bc8afae7b5f90a7 (patch) | |
tree | bff253b6752c33a6d1f1f9e3b3c357b08bbea524 /gtk/src/hb-backend.h | |
parent | 3609b74b98372c0c4960a0a681fd1f0a4dc24c9b (diff) |
LinGui: tidy up how combobox values are handled internally and stored in plists
fix a problem with storing max picture dims to presets plist
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1719 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index 921c822d1..df0aabcdb 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -131,17 +131,7 @@ gboolean ghb_validate_video(signal_user_data_t *ud); gboolean ghb_validate_filters(signal_user_data_t *ud); gboolean ghb_validate_filter_string(const gchar *str, gint max_fields); void ghb_hb_cleanup(gboolean partial); -gint ghb_lookup_acodec(const GValue *acodec); -const gchar* ghb_lookup_acodec_option(const GValue *acodec); -gint ghb_lookup_mix(const GValue *mix); -const gchar* ghb_lookup_mix_option(const GValue *mix); -const gchar* ghb_lookup_container_option(const GValue *container); -gint ghb_lookup_container(const GValue *container); -const gchar* ghb_lookup_vcodec_option(const GValue *vcodec); -#if 0 -gint ghb_lookup_bitrate(const gchar *bitrate); -gint ghb_lookup_rate(const gchar *rate); -gdouble ghb_lookup_drc(const gchar *drc); -#endif +gint ghb_lookup_combo_int(const gchar *name, const GValue *acodec); +const gchar* ghb_lookup_combo_option(const gchar *name, const GValue *acodec); #endif // _HBBACKEND_H_ |