mirror of https://github.com/odrling/Aegisub
Set default decoding threads for ffms to -1 so that it decides the number automatically
Originally committed to SVN as r5492.
This commit is contained in:
parent
b60e3a5bd4
commit
4e0725104d
|
@ -227,7 +227,7 @@
|
|||
"Size" : 32
|
||||
},
|
||||
"FFmpegSource" : {
|
||||
"Decoding Threads" : 1,
|
||||
"Decoding Threads" : -1,
|
||||
"Unsafe Seeking" : false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue