cleanup, bugfixes

git-svn-id: svn://code.dyne.org/veejay/trunk@691 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2006-12-04 20:33:01 +00:00
parent 7c815b2fcc
commit bd434f202d
32 changed files with 1706 additions and 1722 deletions

View File

@@ -220,9 +220,8 @@ void blob_apply(VJFrame *frame,
uint8_t *srcY = frame->data[0];
uint8_t *srcCb= frame->data[1];
uint8_t *srcCr= frame->data[2];
int i,j,k;
int i,k;
int s;
int op_a, op_b;
double max = speed / 10.0;
blob_func f = blob_render();