From e5bfe9599b4f572c43f8508199f2731e58edec5c Mon Sep 17 00:00:00 2001 From: jstebbins Date: Fri, 8 Aug 2008 17:53:44 +0000 Subject: LinGui: address scott's complaint that the way i handle audio presets is confusing. Eliminated the extra audio settings tab. consolidated everything in the Audio/Subtitles tab. up to 8 audios can be stored in a preset now. limit was 2 before, even though up to 8 audios could be added manually for an encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1620 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/hb-backend.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gtk/src/hb-backend.h') diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index d5a65afe6..1b7e641c5 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -106,7 +106,7 @@ gboolean ghb_set_passthru_rate_opts(GtkBuilder *builder, gint bitrate); gboolean ghb_set_default_rate_opts(GtkBuilder *builder); void ghb_grey_combo_options(GtkBuilder *builder); void ghb_update_ui_combo_box(GtkBuilder *builder, const gchar *name, gint user_data, gboolean all); -gint ghb_find_audio_track(gint titleindex, const gchar *lang, gint acodec); +gint ghb_find_audio_track(gint titleindex, const gchar *lang, gint index); gint ghb_longest_title(); gchar* ghb_build_x264opts_string(GHashTable *settings); GdkPixbuf* ghb_get_preview_image(gint titleindex, gint index, GHashTable *settings, gboolean borders); @@ -119,5 +119,10 @@ gboolean ghb_validate_vquality(GHashTable *settings); gboolean ghb_validate_audio(signal_user_data_t *ud); gboolean ghb_validate_video(signal_user_data_t *ud); void ghb_hb_cleanup(gboolean partial); +gint ghb_lookup_acodec(const gchar *acodec); +gint ghb_lookup_bitrate(const gchar *bitrate); +gint ghb_lookup_rate(const gchar *rate); +gint ghb_lookup_mix(const gchar *mix); +gdouble ghb_lookup_drc(const gchar *drc); #endif // _HBBACKEND_H_ -- cgit v1.2.3