From c28b96b502ab082091d7374f0df2602335299ed9 Mon Sep 17 00:00:00 2001 From: Karl Blomster Date: Fri, 5 Sep 2008 12:53:57 +0000 Subject: [PATCH] add decoding threads option for the ffmpegsource video provider Originally committed to SVN as r2319. --- aegisub/options.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/options.cpp b/aegisub/options.cpp index 4cd2efbb1..382800a77 100644 --- a/aegisub/options.cpp +++ b/aegisub/options.cpp @@ -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);