Fix bad option name that caused a fatal error on startup for clean installs

Originally committed to SVN as r6709.
This commit is contained in:
Thomas Goyne 2012-04-17 15:03:27 +00:00
parent 3253ccdb90
commit 15eb4dc29d

View file

@ -94,7 +94,7 @@ VideoContext::VideoContext()
OPT_SUB("Provider/Video/FFmpegSource/Decoding Threads", &VideoContext::Reload, this);
OPT_SUB("Provider/Video/FFmpegSource/Unsafe Seeking", &VideoContext::Reload, this);
OPT_SUB("Provider/Video/FFmpegSource/Force BT.601", &VideoContext::Reload, this);
OPT_SUB("Video/Force BT.601", &VideoContext::Reload, this);
}
VideoContext::~VideoContext () {