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:
Thomas Goyne 2011-07-27 05:36:36 +00:00
parent d3ab35a61f
commit 0cc902487d
1 changed files with 0 additions and 2 deletions

View File

@ -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?