Skip to content
Extraits de code Groupes Projets
Valider bf03904f rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

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.
parent 2df4c4c1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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" : {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter