added video boids effect

git-svn-id: svn://code.dyne.org/veejay/trunk@111 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2005-01-02 21:39:20 +00:00
parent 759432a10f
commit 78522b2201
9 changed files with 466 additions and 8 deletions

View File

@@ -205,7 +205,7 @@ static void blob_render_rect(int s, int width)
}
}
blob_func *blob_render(void)
static blob_func *blob_render(void)
{
if( blob_type_ == BLOB_RECT)
return &blob_render_rect;