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.
This commit is contained in:
Thomas Goyne 2014-07-10 11:40:32 -07:00
parent 2df4c4c194
commit bf03904fb8
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@
"Sample Rate" : 0
},
"FFmpegSource" : {
"Decode Error Handling" : "stop"
"Decode Error Handling" : "ignore"
}
},
"Avisynth" : {

View File

@ -325,7 +325,7 @@
"Sample Rate" : 0
},
"FFmpegSource" : {
"Decode Error Handling" : "stop"
"Decode Error Handling" : "ignore"
}
},
"Avisynth" : {