mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 03:20:03 +01:00
avb: fix compilation
This commit is contained in:
parent
63abd4e71c
commit
548f26882f
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ int handle_cmd_set_stream_format_milan_v12(struct aecp *aecp, int64_t now,
|
||||||
int i;
|
int i;
|
||||||
int rc;
|
int rc;
|
||||||
bool found = false;
|
bool found = false;
|
||||||
|
void *stream;
|
||||||
|
|
||||||
set_cmd = (const struct avb_packet_aecp_aem_setget_stream_format *)p->payload;
|
set_cmd = (const struct avb_packet_aecp_aem_setget_stream_format *)p->payload;
|
||||||
desc_type = ntohs(set_cmd->descriptor_type);
|
desc_type = ntohs(set_cmd->descriptor_type);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue