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:
niels
2015-04-22 19:57:41 +02:00
parent d0c401c676
commit b96bb5fe2f
65 changed files with 157 additions and 188 deletions

View File

@@ -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)
{