mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-25 01:00:00 +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:
@@ -2115,7 +2115,6 @@ int vevo_union_ports( void *port_a, void *port_b, int filter_type )
|
||||
|
||||
char **Ea = vevo_list_properties( port_a );
|
||||
int i;
|
||||
int error;
|
||||
for( i = 0; Ea[i] != NULL; i ++ )
|
||||
{
|
||||
if(!vevo_property_exists( port_b, Ea[i] )&& vevo_property_atom_type( port_a, Ea[i] ) ==
|
||||
|
||||
Reference in New Issue
Block a user