summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2009-01-25 19:06:13 +0000
committerjstebbins <[email protected]>2009-01-25 19:06:13 +0000
commitc3cbf601deb9a119809d1c63b0e067346ad4970a (patch)
tree99cf16d9da75297b6f8a96f6b0039ab86fe4fa31 /gtk/src/hb-backend.h
parent8586f9e6099b730fc89ff1202cb524e9595ca052 (diff)
LinGui: tweak how audio choices are made again
prefer audio tracks with more channels prefer audio tracks that are not for visually impaired or director's commentary git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2096 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r--gtk/src/hb-backend.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h
index 508ea5ce1..69fd0efd4 100644
--- a/gtk/src/hb-backend.h
+++ b/gtk/src/hb-backend.h
@@ -131,7 +131,8 @@ 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 index);
+ gint titleindex, const gchar *lang,
+ gint acodec, GHashTable *track_indices);
gint ghb_longest_title(void);
gchar* ghb_build_x264opts_string(GValue *settings);
GdkPixbuf* ghb_get_preview_image(