mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
a2dp: use unsigned for sizes
This commit is contained in:
parent
4797018e4f
commit
c3c1a1184c
2 changed files with 10 additions and 10 deletions
|
|
@ -72,7 +72,7 @@ struct buffer {
|
|||
|
||||
struct port {
|
||||
struct spa_audio_info current_format;
|
||||
int frame_size;
|
||||
uint32_t frame_size;
|
||||
unsigned int have_format:1;
|
||||
|
||||
uint64_t info_all;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue