From c2455cccb61635d48361bbac4a605084bd7ddc3c Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 20 May 2014 06:16:28 -0700 Subject: [PATCH] Enable loading audio when opening video by default Main reason not to do this was that loading audio blocked the UI, which has now been fixed, and having to separately load audio confuses beginners. --- src/libresrc/default_config.json | 3 +-- src/libresrc/osx/default_config.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/libresrc/default_config.json b/src/libresrc/default_config.json index 9a5e8916e..8106b8231 100644 --- a/src/libresrc/default_config.json +++ b/src/libresrc/default_config.json @@ -592,10 +592,9 @@ }, "Force BT.601" : true, "Last Script Resolution Mismatch Choice" : 2, - "Open Audio" : false, + "Open Audio" : true, "Overscan Mask" : false, "Provider" : "ffmpegsource", - "Script Resolution Mismatch" : 1, "Slider" : { "Fast Jump Step" : 10, "Show Keyframes" : true diff --git a/src/libresrc/osx/default_config.json b/src/libresrc/osx/default_config.json index 91615704a..f4bb64157 100644 --- a/src/libresrc/osx/default_config.json +++ b/src/libresrc/osx/default_config.json @@ -592,10 +592,9 @@ }, "Force BT.601" : true, "Last Script Resolution Mismatch Choice" : 2, - "Open Audio" : false, + "Open Audio" : true, "Overscan Mask" : false, "Provider" : "ffmpegsource", - "Script Resolution Mismatch" : 1, "Slider" : { "Fast Jump Step" : 10, "Show Keyframes" : true