mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-04 22:15:29 +01:00
fix plane lengths, fix plane lengths in FX, assign default NULL values, fix some compile warnings, some doc fixes, fix Y range for TV or digital YUV in some FX, align buffer alloc, remove unused code
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
#include "radialblur.h"
|
||||
#include "common.h"
|
||||
//FIXME: private
|
||||
static uint8_t *radial_src[3];
|
||||
static uint8_t *radial_src[4] = { NULL,NULL,NULL,NULL};
|
||||
|
||||
vj_effect *radialblur_init(int w,int h)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user