mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 23:30:00 +01:00
palette array size
This commit is contained in:
@@ -128,13 +128,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", 5, 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", 5, palettes0);
|
||||
livido_set_int_value( port, "flags", 0);
|
||||
|
||||
//@ setup parameters (INDEX type, 0-255)
|
||||
|
||||
Reference in New Issue
Block a user