Skip to content

Commit

Permalink
New Filter Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
IFeelBloated committed Jul 5, 2016
1 parent b064905 commit 365a197
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/EntryPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ void mvcompensateRegister(VSRegisterFunction registerFunc, VSPlugin *plugin);
void mvrecalculateRegister(VSRegisterFunction registerFunc, VSPlugin *plugin);
//void mvmaskRegister(VSRegisterFunction registerFunc, VSPlugin *plugin);
void mvfinestRegister(VSRegisterFunction registerFunc, VSPlugin *plugin);
auto mvflowRegister(VSRegisterFunction registerFunc, VSPlugin *plugin)->void;
void mvflowblurRegister(VSRegisterFunction registerFunc, VSPlugin *plugin);
void mvflowinterRegister(VSRegisterFunction registerFunc, VSPlugin *plugin);
void mvflowfpsRegister(VSRegisterFunction registerFunc, VSPlugin *plugin);
Expand All @@ -24,6 +25,7 @@ VS_EXTERNAL_API(void) VapourSynthPluginInit(VSConfigPlugin configFunc, VSRegiste
mvrecalculateRegister(registerFunc, plugin);
//mvmaskRegister(registerFunc, plugin);
mvfinestRegister(registerFunc, plugin);
mvflowRegister(registerFunc, plugin);
mvflowblurRegister(registerFunc, plugin);
mvflowinterRegister(registerFunc, plugin);
mvflowfpsRegister(registerFunc, plugin);
Expand Down
Loading

0 comments on commit 365a197

Please sign in to comment.