Skip to content

Commit 6b013bc

Browse files
committed
Fix identifier
Close #10.
1 parent aae3150 commit 6b013bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/VSPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
VS_EXTERNAL_API(void) VapourSynthPluginInit(VSConfigPlugin configFunc, VSRegisterFunction registerFunc, VSPlugin *plugin)
2828
{
29-
configFunc("AOJIAO_mawen1250->AOwen.Retina_Cortex->Retinex", "retinex",
29+
configFunc("com.vapoursynth.retinex", "retinex",
3030
"Implementation of Retinex algorithm for VapourSynth.",
3131
VAPOURSYNTH_API_VERSION, 1, plugin);
3232

0 commit comments

Comments
 (0)