Skip to content

Commit

Permalink
Capitalize VapourSynth function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
sekrit-twc committed Jan 12, 2018
1 parent 6fdbb69 commit 577bc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avsproxy/avsproxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ class AVSProxy : public vsxx::FilterBase {

const PluginInfo g_plugin_info{
PLUGIN_ID, "avsw", "avsproxy", {
{ &vsxx::FilterBase::filter_create<AVSProxy>, "eval",
{ &vsxx::FilterBase::filter_create<AVSProxy>, "Eval",
"script:data;"
"clips:clip[]:opt;"
"clip_names:data[]:opt;"
Expand Down

0 comments on commit 577bc94

Please sign in to comment.