From 2da6766cc7c26cdc4b37b30dd2a807e5860bda40 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Thu, 11 Jan 2007 20:12:21 +0000 Subject: [PATCH] Originally committed to SVN as r776. --- aegisub/video_provider_avs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aegisub/video_provider_avs.cpp b/aegisub/video_provider_avs.cpp index bf9ff295f..e765c3abe 100644 --- a/aegisub/video_provider_avs.cpp +++ b/aegisub/video_provider_avs.cpp @@ -195,8 +195,8 @@ PClip AvisynthVideoProvider::OpenVideo(wxString _filename, bool mpeg2dec3_priori script = env->Invoke("Mpeg2Dec3_Mpeg2Source", videoFilename); //if avisynth is 2.5.7 beta 2 or newer old mpeg2decs will crash without this - if (env->FunctionExists("SetPlanarLegacyAlignment")) - script = env->Invoke("SetPlanarLegacyAlignment", script); +// if (env->FunctionExists("SetPlanarLegacyAlignment")) +// script = env->Invoke("SetPlanarLegacyAlignment", script); } // If that fails, try opening it with DGDecode