diff options
author | jstebbins <[email protected]> | 2011-06-12 00:40:27 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-06-12 00:40:27 +0000 |
commit | eec6219a25c01cfcff68dd083b0c48902647543a (patch) | |
tree | 76e84bcb33e79631344e749837aa2f77d706b15d /gtk/src/hb-backend.h | |
parent | a7f20f9fd18e2569e8751320b583f8f9b04b3df2 (diff) |
LinGui: fix a problem with mixdown options
incorrect mixdown options were disabled when the "Choose for me"
encoder option was selected.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4043 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index 3056422aa..6733ad306 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -175,7 +175,7 @@ gdouble ghb_lookup_combo_double(const gchar *name, const GValue *gval); const gchar* ghb_lookup_combo_option(const gchar *name, const GValue *gval); const gchar* ghb_lookup_combo_string(const gchar *name, const GValue *gval); gchar* ghb_get_tmp_dir(); -gint ghb_select_audio_codec(GValue *settings, hb_audio_config_t *aconfig, gint acodec); +gint ghb_select_audio_codec(gint mux, hb_audio_config_t *aconfig, gint acodec); gint ghb_find_closest_audio_rate(gint rate); GValue* ghb_lookup_acodec_value(gint val); |