Skip to content

Commit

Permalink
Remove plugin version from VS namespace (unintended behavior)
Browse files Browse the repository at this point in the history
  • Loading branch information
msg7086 committed Mar 9, 2020
1 parent aeb7275 commit dc8fd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vs_interface.cpp
Expand Up @@ -181,7 +181,7 @@ static void VS_CC minideenCreate(const VSMap *in, VSMap *out, void *userData, VS


VS_EXTERNAL_API(void) VapourSynthPluginInit(VSConfigPlugin configFunc, VSRegisterFunction registerFunc, VSPlugin *plugin) {
configFunc("com.nodame.minideen", "minideen" PLUGIN_VERSION, "Spatial convolution with thresholds", VAPOURSYNTH_API_VERSION, 1, plugin);
configFunc("com.nodame.minideen", "minideen", "Spatial convolution with thresholds", VAPOURSYNTH_API_VERSION, 1, plugin);
registerFunc("MiniDeen",
"clip:clip;"
"radius:int[]:opt;"
Expand Down

0 comments on commit dc8fd64

Please sign in to comment.