mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-23 08:09:58 +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:
@@ -37,7 +37,7 @@
|
||||
#include "common.h"
|
||||
|
||||
typedef struct {
|
||||
uint8_t *ripple_data[3];
|
||||
uint8_t *ripple_data[4];
|
||||
uint8_t *diff_img;
|
||||
int stat;
|
||||
signed char *vtable;
|
||||
|
||||
Reference in New Issue
Block a user