mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
spa: don't use typedef for struct and enum
This commit is contained in:
parent
83964cec87
commit
11f23a3ffa
163 changed files with 6510 additions and 8264 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#define ARRAY_SIZE 64
|
||||
#define MAX_VALUE 0x10000
|
||||
|
||||
SpaRingbuffer rb;
|
||||
struct spa_ringbuffer rb;
|
||||
uint8_t *data;
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue