mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
avb: fix compilation on big endian
This commit is contained in:
parent
434cc6a90b
commit
f857fd4626
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ struct avb_packet_iec61883 {
|
|||
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