Set csri/vsfilter_textsub as the default subtitles provider under win32
Originally committed to SVN as r1084.
This commit is contained in:
parent
9f58957fd9
commit
38dd7b1a4a
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void OptionsManager::LoadDefaults() {
|
|||
SetText(_T("Avisynth subs renderer"),_T("vsfilter"));
|
||||
SetBool(_T("Avisynth render own subs"),true);
|
||||
#ifdef __WINDOWS__
|
||||
SetText(_T("Subtitles Provider"),_T("csri/vsfilter"));
|
||||
SetText(_T("Subtitles Provider"),_T("csri/vsfilter_textsub"));
|
||||
#else
|
||||
SetText(_T("Subtitles Provider"),_T("csri/asa"));
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue