diff --git a/README.md b/README.md index 5c2c2ef..671106a 100644 --- a/README.md +++ b/README.md @@ -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