From 3d73c9a533dc18a11a2378b81becc0bd197d4bb0 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Wed, 22 Feb 2006 19:50:56 +0000 Subject: [PATCH] Originally committed to SVN as r115. --- core/options.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/options.cpp b/core/options.cpp index 91b224180..f98ed4998 100644 --- a/core/options.cpp +++ b/core/options.cpp @@ -152,6 +152,7 @@ void OptionsManager::LoadDefaults() { SetBool(_T("Threaded Video"),false); SetInt(_T("Avisynth MemoryMax"),64); + SetBool(_T("Allow Ancient Avisynth"),false); SetText(_T("Video resizer"),_T("BilinearResize")); SetInt(_T("Video Check Script Res"), 0); SetInt(_T("Video Default Zoom"), 7);