mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
avb: 0 was used for no-event
This commit is contained in:
parent
2344ad7869
commit
460cedbc86
1 changed files with 3 additions and 3 deletions
|
|
@ -114,9 +114,9 @@ struct avb_packet_mrp_footer {
|
|||
#define AVB_MRP_SEND_MT 5
|
||||
#define AVB_MRP_SEND_LV 6
|
||||
|
||||
#define AVB_MRP_NOTIFY_NEW 0
|
||||
#define AVB_MRP_NOTIFY_JOIN 1
|
||||
#define AVB_MRP_NOTIFY_LEAVE 2
|
||||
#define AVB_MRP_NOTIFY_NEW 1
|
||||
#define AVB_MRP_NOTIFY_JOIN 2
|
||||
#define AVB_MRP_NOTIFY_LEAVE 3
|
||||
|
||||
struct avb_mrp_attribute {
|
||||
uint8_t pending_send;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue