diff options
author | jstebbins <[email protected]> | 2010-06-24 21:04:40 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-06-24 21:04:40 +0000 |
commit | c0fa278e9bb3ba2cc9ae61d604babc15e63fe655 (patch) | |
tree | 68747ac6cf62e749f77f173764c10ca9be416abc /gtk/src/hb-backend.h | |
parent | 7589ed32b71d9058f8a6e81eb17dbdbc77033f64 (diff) |
LinGui: fix audio preset initialization
sometimes audio settings were to being initialized correctly
to the values in the preset. some code that sets reasonable
values when the encoder changes from passthru to non-passthru
was getting invoked and overwriting the preset values.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3403 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index 975616967..8395b7968 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -183,6 +183,7 @@ gchar* ghb_get_tmp_dir(); gint ghb_select_audio_codec(signal_user_data_t *ud, gint track); const gchar* ghb_select_audio_codec_str(signal_user_data_t *ud, gint track); gint ghb_find_closest_audio_bitrate(gint codec, gint rate); +gint ghb_find_closest_audio_rate(gint rate); GValue* ghb_lookup_acodec_value(gint val); #endif // _HBBACKEND_H_ |