We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae3150 commit 6b013bcCopy full SHA for 6b013bc
source/VSPlugin.cpp
@@ -26,7 +26,7 @@
26
27
VS_EXTERNAL_API(void) VapourSynthPluginInit(VSConfigPlugin configFunc, VSRegisterFunction registerFunc, VSPlugin *plugin)
28
{
29
- configFunc("AOJIAO_mawen1250->AOwen.Retina_Cortex->Retinex", "retinex",
+ configFunc("com.vapoursynth.retinex", "retinex",
30
"Implementation of Retinex algorithm for VapourSynth.",
31
VAPOURSYNTH_API_VERSION, 1, plugin);
32
0 commit comments