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:
parent
2df4c4c194
commit
bf03904fb8
2 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@
|
||||||
"Sample Rate" : 0
|
"Sample Rate" : 0
|
||||||
},
|
},
|
||||||
"FFmpegSource" : {
|
"FFmpegSource" : {
|
||||||
"Decode Error Handling" : "stop"
|
"Decode Error Handling" : "ignore"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Avisynth" : {
|
"Avisynth" : {
|
||||||
|
|
|
@ -325,7 +325,7 @@
|
||||||
"Sample Rate" : 0
|
"Sample Rate" : 0
|
||||||
},
|
},
|
||||||
"FFmpegSource" : {
|
"FFmpegSource" : {
|
||||||
"Decode Error Handling" : "stop"
|
"Decode Error Handling" : "ignore"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Avisynth" : {
|
"Avisynth" : {
|
||||||
|
|
Loading…
Reference in a new issue