mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
avb: fix compilation on big endian
This commit is contained in:
parent
f274e53d25
commit
aaa015d0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ struct spa_avbtp_packet_aaf {
|
|||
unsigned gv:1;
|
||||
unsigned tv:1;
|
||||
|
||||
uint8_t seq_number;
|
||||
uint8_t seq_num;
|
||||
|
||||
unsigned _r2:7;
|
||||
unsigned tu:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue