mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 21:30:02 +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:
@@ -113,7 +113,7 @@ void diff_free(void *d)
|
||||
d = NULL;
|
||||
}
|
||||
|
||||
int diff_prepare(void *user, uint8_t *map[3], int width, int height)
|
||||
int diff_prepare(void *user, uint8_t *map[4], int width, int height)
|
||||
{
|
||||
if(!static_bg )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user