a2dp: use unsigned for sizes

This commit is contained in:
Wim Taymans 2020-12-05 08:30:14 +01:00
parent 4797018e4f
commit c3c1a1184c
2 changed files with 10 additions and 10 deletions

View file

@ -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;