Skip to content

Instantly share code, notes, and snippets.

@vdcrim
Created October 16, 2013 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdcrim/bf78785e0a59bea6bd2f to your computer and use it in GitHub Desktop.
Save vdcrim/bf78785e0a59bea6bd2f to your computer and use it in GitHub Desktop.
diff --git a/avs_core/filters/focus.cpp b/avs_core/filters/focus.cpp
index eb72f1d..28418f7 100644
--- a/avs_core/filters/focus.cpp
+++ b/avs_core/filters/focus.cpp
@@ -1101,7 +1101,7 @@ PVideoFrame TemporalSoften::GetFrame(int n, IScriptEnvironment* env)
{
int radius = (kernel-1) / 2;
-#ifdef X32_86
+#ifdef X86_32
__int64 i64_thresholds = 0x1000010000100001i64;
int c=0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment