Skip to content

Commit

Permalink
d2vsource: Fix usage of non-existent API function
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Buitenhuis <[email protected]>
  • Loading branch information
dwbuiten committed Oct 13, 2013
1 parent 6591a7f commit 8d4b5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vs/d2vsource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ void VS_CC d2vCreate(const VSMap *in, VSMap *out, void *userData, VSCore *core,
rff = 1;

if (rff) {
VSPlugin *d2vPlugin = vsapi->getPluginNs("d2v", core);
VSPlugin *d2vPlugin = vsapi->getPluginByNs("d2v", core);

VSMap *args = vsapi->createMap();
VSNodeRef *before = vsapi->propGetNode(out, "clip", 0, NULL);
Expand Down

0 comments on commit 8d4b5e8

Please sign in to comment.