diff options
author | jstebbins <[email protected]> | 2008-09-15 21:24:35 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-15 21:24:35 +0000 |
commit | d2c2574679ee6ea93d41a89f7a6a53ce666ff3da (patch) | |
tree | 10745e49a5143c897b09c2f594b751c265060491 /gtk/src/hb-backend.h | |
parent | 34327d0c37880dcc2d4f332ce291a308ce767d8d (diff) |
LinGui: update queue descriptions to match what joe is doing in the mac gui
had to make queue window a little wider to accomidate.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1701 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index 0972e1b10..0f52355bc 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -132,7 +132,11 @@ gboolean ghb_validate_filters(signal_user_data_t *ud); gboolean ghb_validate_filter_string(const gchar *str, gint max_fields); void ghb_hb_cleanup(gboolean partial); gint ghb_lookup_acodec(const GValue *acodec); +const gchar* ghb_lookup_acodec_option(const GValue *acodec); gint ghb_lookup_mix(const GValue *mix); +const gchar* ghb_lookup_mix_option(const GValue *mix); +const gchar* ghb_lookup_container_option(const GValue *container); +const gchar* ghb_lookup_vcodec_option(const GValue *vcodec); #if 0 gint ghb_lookup_bitrate(const gchar *bitrate); gint ghb_lookup_rate(const gchar *rate); |