Skip to content

Commit

Permalink
Fix identifier
Browse files Browse the repository at this point in the history
Close #10.
  • Loading branch information
HolyWu committed Dec 27, 2018
1 parent aae3150 commit 6b013bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/VSPlugin.cpp
Expand Up @@ -26,7 +26,7 @@

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

Expand Down

0 comments on commit 6b013bc

Please sign in to comment.