diff options
-rw-r--r-- | gtk/src/audiohandler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/audiohandler.c b/gtk/src/audiohandler.c index 8cce163f6..4f2925359 100644 --- a/gtk/src/audiohandler.c +++ b/gtk/src/audiohandler.c @@ -389,7 +389,7 @@ ghb_set_pref_audio_settings(gint titleindex, GValue *settings) // HB_ACODEC_* are bit fields. Treat acodec as mask if (!(aconfig->in.codec & select_acodec & HB_ACODEC_PASS_MASK)) { - if (acodec != HB_ACODEC_ANY) + if (acodec != HB_ACODEC_AUTO_PASS) acodec = fallback; // If we can't substitute the passthru with a suitable // encoder and |