OSDN Git Service

LinGui: fix audio mixdown validation problem when source is 2 channel
[handbrake-jp/handbrake-jp-git.git] / gtk / src / hb-backend.c
index f9112e3..f2ddbe9 100644 (file)
@@ -549,7 +549,7 @@ lookup_mix_int(const GValue *mix)
 {
        gint ii;
        gchar *str;
-       gint result = HB_AMIXDOWN_DOLBYPLII;
+       gint result = 0;
 
 
        str = ghb_value_string(mix);