mirror of https://github.com/odrling/Aegisub
Remove a now-bogus sanity check on thread count in the ffms video provider
Originally committed to SVN as r5522.
This commit is contained in:
parent
d3ab35a61f
commit
0cc902487d
|
@ -197,8 +197,6 @@ void FFmpegSourceVideoProvider::LoadVideo(wxString filename) {
|
|||
|
||||
// set thread count
|
||||
int Threads = OPT_GET("Provider/Video/FFmpegSource/Decoding Threads")->GetInt();
|
||||
if (Threads < 1)
|
||||
throw VideoOpenError("invalid decoding thread count");
|
||||
|
||||
// set seekmode
|
||||
// TODO: give this its own option?
|
||||
|
|
Loading…
Reference in New Issue