summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-10-05 22:30:37 +0000
committerjstebbins <[email protected]>2010-10-05 22:30:37 +0000
commit5b37d5479392e6112d72b9156af2865db3d6f575 (patch)
treecf0e8c25eabe1219a6a094b976ec0f3e374bca3e /gtk/src/hb-backend.h
parentb4d81100df380dba2379bb4e7691b2187e036e77 (diff)
LinGui: fix a display problem in the audio list
And tweak default bitrate choices. likely to change :P git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3573 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r--gtk/src/hb-backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h
index cd6198c25..48d71528e 100644
--- a/gtk/src/hb-backend.h
+++ b/gtk/src/hb-backend.h
@@ -187,6 +187,8 @@ gint ghb_select_audio_codec(GValue *settings, gint acodec, gint track);
const gchar* ghb_select_audio_codec_str(GValue *settings, gint acodec, gint track);
gint ghb_find_closest_audio_bitrate(gint codec, gint rate);
gint ghb_find_closest_audio_rate(gint rate);
+gint ghb_get_best_audio_bitrate(gint acodec, gint br, gint channels);
+gint ghb_get_default_audio_bitrate(gint acodec, gint sr, gint br, gint channels);
GValue* ghb_lookup_acodec_value(gint val);
#endif // _HBBACKEND_H_