mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 15:05:28 +01:00
palette array size
This commit is contained in:
@@ -116,13 +116,13 @@ livido_port_t *livido_setup(livido_setup_t list[], int version)
|
||||
port = out_chans[0];
|
||||
|
||||
livido_set_string_value( port, "name", "Output Channel");
|
||||
livido_set_int_array( port, "palette_list", 3, palettes0);
|
||||
livido_set_int_array( port, "palette_list", 2, palettes0);
|
||||
livido_set_int_value( port, "flags", 0);
|
||||
|
||||
in_chans[0] = livido_port_new( LIVIDO_PORT_TYPE_CHANNEL_TEMPLATE );
|
||||
port = in_chans[0];
|
||||
livido_set_string_value( port, "name", "Input Channel");
|
||||
livido_set_int_array( port, "palette_list", 4, palettes0);
|
||||
livido_set_int_array( port, "palette_list", 2, palettes0);
|
||||
livido_set_int_value( port, "flags", 0);
|
||||
|
||||
in_params[0] = livido_port_new( LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE );
|
||||
|
||||
Reference in New Issue
Block a user