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:
Thomas Goyne 2011-07-20 19:17:56 +00:00
parent b60e3a5bd4
commit 4e0725104d

View file

@ -227,7 +227,7 @@
"Size" : 32
},
"FFmpegSource" : {
"Decoding Threads" : 1,
"Decoding Threads" : -1,
"Unsafe Seeking" : false
}
}