mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
control: mark the input as const, we don't change it
This commit is contained in:
parent
4715e36a5c
commit
45ed70d480
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ SPA_API_CONTROL_UMP_UTILS size_t spa_ump_message_size(uint8_t message_type)
|
|||
return ump_sizes[message_type & 0xf];
|
||||
}
|
||||
|
||||
SPA_API_CONTROL_UMP_UTILS int spa_ump_to_midi(uint32_t *ump, size_t ump_size,
|
||||
SPA_API_CONTROL_UMP_UTILS int spa_ump_to_midi(const uint32_t *ump, size_t ump_size,
|
||||
uint8_t *midi, size_t midi_maxsize)
|
||||
{
|
||||
int size = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue