From c3f552bd8e4bc7e45fbd4afb0a672398b40751bb Mon Sep 17 00:00:00 2001 From: realfinder Date: Tue, 10 Oct 2017 14:37:33 +0300 Subject: [PATCH] functions name changed to avoid the collision --- avisynth/src/plugin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/avisynth/src/plugin.cpp b/avisynth/src/plugin.cpp index 8adeb50..24b5b03 100644 --- a/avisynth/src/plugin.cpp +++ b/avisynth/src/plugin.cpp @@ -133,14 +133,14 @@ AvisynthPluginInit3(IScriptEnvironment* env, const AVS_Linkage* const vectors) AVS_linkage = vectors; env->AddFunction( - "CombMask", "c[cthresh]i[mthresh]i[chroma]b[expand]b[metric]i[opt]i", + "CombMask2", "c[cthresh]i[mthresh]i[chroma]b[expand]b[metric]i[opt]i", create_combmask, nullptr); env->AddFunction( - "MaskedMerge", + "MaskedMerge2", "[base]c[alt]c[mask]c[MI]i[blockx]i[blocky]i[chroma]b[opt]i", create_maskedmerge, nullptr); env->AddFunction( - "IsCombed", + "IsCombed2", "c[cthresh]i[mthresh]i[MI]i[blockx]i[blocky]i[metric]i[opt]i", create_iscombed, nullptr);