mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
add decoding threads option for the ffmpegsource video provider
Originally committed to SVN as r2319.
This commit is contained in:
parent
1655f97a59
commit
c28b96b502
@ -166,6 +166,7 @@ void OptionsManager::LoadDefaults(bool onlyDefaults,bool doOverride) {
|
||||
SetText(_T("Video Provider"),_T("FFMPEG"),1945);
|
||||
#endif
|
||||
SetBool(_T("FFmpeg allow unsafe seeking"),false);
|
||||
SetInt(_T("FFmpegSource decoding threads"),1);
|
||||
SetBool(_T("Allow Ancient Avisynth"),false,1700);
|
||||
SetText(_T("Avisynth subs renderer"),_T("vsfilter"),1700);
|
||||
SetBool(_T("Avisynth render own subs"),true,1700);
|
||||
|
Loading…
x
Reference in New Issue
Block a user