updated README

This commit is contained in:
lostjared
2017-03-08 20:16:19 -08:00
parent d244d4b7fc
commit 429d91a1d3

View File

@@ -10,6 +10,7 @@ To develop C++ filters that the program will load dynamically see the example
filter in the plugins directory. The program will look for two functions:
void pixel(int x, int y, unsigned char *buffer);
void complete();
pixel is called once for every pixel in the frame and complete is called