Skip to content

Commit

Permalink
GBlur function name changed
Browse files Browse the repository at this point in the history
to avoid the collision with GBlur by vcmohan
  • Loading branch information
realfinder authored Oct 10, 2017
1 parent 5f215b9 commit afbf935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avisynth/src/tcannymod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ AvisynthPluginInit3(ise_t* env, const AVS_Linkage* const vectors)
/*7*/ "[gmmax]f"
/*8*/ "[opt]i", create_tcannymod, is_plus);

env->AddFunction("GBlur", "c[sigma]f[chroma]i[opt]i",
env->AddFunction("GBlur2", "c[sigma]f[chroma]i[opt]i",
create_gblur, is_plus);

env->AddFunction("EMask", "c[sigma]f[gmmax]f[chroma]i[sobel]b[opt]i",
Expand Down

0 comments on commit afbf935

Please sign in to comment.