From 5c379b6636abf8626e0bf2c323a5d77fd42f7fe5 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Sat, 24 Jan 2009 19:26:05 +0000 Subject: LinGui: fix how an audio is chosen after a source is scanned or the preset selection changes. It wasn't honoring the preferred language or matching the codec when passthru is selected. Also checking in the ui changes needed for dts pasthru. The option is disabled until we get libhb support. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2094 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/hb-backend.h | 3 ++- 1 file changed, 2 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 057bea693..508ea5ce1 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -130,7 +130,8 @@ void ghb_set_default_bitrate_opts(GtkBuilder *builder, gint last_rate); 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 index); +gint ghb_find_audio_track( + gint titleindex, const gchar *lang, gint acodec, gint index); gint ghb_longest_title(void); gchar* ghb_build_x264opts_string(GValue *settings); GdkPixbuf* ghb_get_preview_image( -- cgit v1.2.3