From bf03904fb89b4fd528039c258cf31da9099d4591 Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Thu, 10 Jul 2014 11:40:32 -0700
Subject: [PATCH] Change the default ffms audio error handling mode to ignore

Truncating the file at the first decoding error seems to cause a lot of
confusion, especially since the UI doesn't mention that it happened
anywhere.
---
 src/libresrc/default_config.json     | 2 +-
 src/libresrc/osx/default_config.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libresrc/default_config.json b/src/libresrc/default_config.json
index 99428d99e..4c2b22931 100644
--- a/src/libresrc/default_config.json
+++ b/src/libresrc/default_config.json
@@ -325,7 +325,7 @@
 				"Sample Rate" : 0
 			},
 			"FFmpegSource" : {
-				"Decode Error Handling" : "stop"
+				"Decode Error Handling" : "ignore"
 			}
 		},
 		"Avisynth" : {
diff --git a/src/libresrc/osx/default_config.json b/src/libresrc/osx/default_config.json
index d0cafe2de..5fc6a4a66 100644
--- a/src/libresrc/osx/default_config.json
+++ b/src/libresrc/osx/default_config.json
@@ -325,7 +325,7 @@
 				"Sample Rate" : 0
 			},
 			"FFmpegSource" : {
-				"Decode Error Handling" : "stop"
+				"Decode Error Handling" : "ignore"
 			}
 		},
 		"Avisynth" : {
-- 
GitLab