diff options
author | jstebbins <[email protected]> | 2009-01-24 19:26:05 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-01-24 19:26:05 +0000 |
commit | 5c379b6636abf8626e0bf2c323a5d77fd42f7fe5 (patch) | |
tree | 4e95f28b91d2b09c4de89f97fe7d050e444f7d26 /gtk/src/hb-backend.h | |
parent | e98a23579ed5e4ca68d9c82af3ac50dfd833e86e (diff) |
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
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 3 |
1 files changed, 2 insertions, 1 deletions
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( |