forked from mia/Aegisub
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:
parent
3253ccdb90
commit
15eb4dc29d
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue