mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
small cleanups
This commit is contained in:
parent
1ede97577b
commit
6d79ce2589
12 changed files with 46 additions and 72 deletions
|
|
@ -44,8 +44,8 @@
|
|||
|
||||
#define DEFAULT_CHANNELS 2
|
||||
#define DEFAULT_SAMPLE_RATE 44100
|
||||
#define DEFAULT_BUFFER_SIZE 64
|
||||
#define MAX_BUFFER_SIZE 2048
|
||||
#define DEFAULT_BUFFER_SIZE (64 * sizeof(float))
|
||||
#define MAX_BUFFER_SIZE (1024 * sizeof(float))
|
||||
|
||||
struct type {
|
||||
struct spa_type_media_type media_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue