diff options
author | jstebbins <[email protected]> | 2010-10-05 22:30:37 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-10-05 22:30:37 +0000 |
commit | 5b37d5479392e6112d72b9156af2865db3d6f575 (patch) | |
tree | cf0e8c25eabe1219a6a094b976ec0f3e374bca3e /gtk/src/queuehandler.c | |
parent | b4d81100df380dba2379bb4e7691b2187e036e77 (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/queuehandler.c')
-rw-r--r-- | gtk/src/queuehandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/queuehandler.c b/gtk/src/queuehandler.c index 6d3261638..2232a219d 100644 --- a/gtk/src/queuehandler.c +++ b/gtk/src/queuehandler.c @@ -549,7 +549,7 @@ audio_list_refresh(signal_user_data_t *ud) else s_drc = g_strdup_printf("%.1f", drc); - if (icodec == HB_ACODEC_MASK) + if (icodec == HB_ACODEC_ANY) codec = ghb_select_audio_codec_str(ud->settings, icodec, itrack); gtk_list_store_set(GTK_LIST_STORE(store), &iter, |