mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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
src/libresrc
@ -325,7 +325,7 @@
|
||||
"Sample Rate" : 0
|
||||
},
|
||||
"FFmpegSource" : {
|
||||
"Decode Error Handling" : "stop"
|
||||
"Decode Error Handling" : "ignore"
|
||||
}
|
||||
},
|
||||
"Avisynth" : {
|
||||
|
@ -325,7 +325,7 @@
|
||||
"Sample Rate" : 0
|
||||
},
|
||||
"FFmpegSource" : {
|
||||
"Decode Error Handling" : "stop"
|
||||
"Decode Error Handling" : "ignore"
|
||||
}
|
||||
},
|
||||
"Avisynth" : {
|
||||
|
Loading…
x
Reference in New Issue
Block a user