Libvje / refactor : videowall

* w,h
* clean headers
This commit is contained in:
[d.j.a.y] Jerome Blanchi
2016-07-29 19:44:14 +02:00
parent 4597343e6d
commit eff4b582f4
4 changed files with 11 additions and 16 deletions

View File

@@ -473,8 +473,7 @@ extern void cutstop_apply( VJFrame *frame, int treshold, int freq, int cutmode,
extern void maskstop_apply( VJFrame *frame, int treshold, int freq, int cutmode, int holdmode);
extern void photoplay_apply(VJFrame *frame, int a, int b, int c);
extern void videoplay_apply(VJFrame *frame,VJFrame *B, int a, int b, int c);
extern void videowall_apply(VJFrame *frame,VJFrame *B, int w, int h, int a, int b, int c, int d);
extern void videowall_apply(VJFrame *frame,VJFrame *B, int a, int b, int c, int d);
extern void flare_apply(VJFrame *frame, int w, int h, int type, int threshold, int radius );