Filter SDK/C API
From Avisynth wiki
Revision as of 04:49, 19 September 2014 by Raffriff42 (Talk | contribs)
The header, avisynth_c.h, declares all the classes, structures and miscellaneous constants that you might need when writing a plugin. All external plugins should #include it:
#include "avisynth_c.h"
source: http://forum.doom9.org/showthread.php?p=1464911#post1464911
compiling plugins: http://forum.doom9.org/showthread.php?p=1092380#post1092380
example: http://forum.doom9.org/showthread.php?p=1001260#post1001260