forked from mia/Aegisub
Let the user set FFMS2 decoding threads to -1
Originally committed to SVN as r6641.
This commit is contained in:
parent
4f32fe2db4
commit
25f5254e1b
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ Advanced_Video::Advanced_Video(wxTreebook *book, Preferences *parent): OptionPag
|
|||
wxArrayString log_levels_choice(8, log_levels);
|
||||
OptionChoice(ffms, _("Debug log verbosity"), log_levels_choice, "Provider/FFmpegSource/Log Level");
|
||||
|
||||
OptionAdd(ffms, _("Decoding threads"), "Provider/Video/FFmpegSource/Decoding Threads");
|
||||
OptionAdd(ffms, _("Decoding threads"), "Provider/Video/FFmpegSource/Decoding Threads", -1);
|
||||
OptionAdd(ffms, _("Enable unsafe seeking"), "Provider/Video/FFmpegSource/Unsafe Seeking");
|
||||
#if FFMS_VERSION >= ((2 << 24) | (17 << 16) | (1 << 8) | 0)
|
||||
OptionAdd(ffms, _("Force BT.601"), "Provider/Video/FFmpegSource/Force BT.601");
|
||||
|
|
Loading…
Reference in a new issue