mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
audioconvert: add dither passthrough flag
This commit is contained in:
parent
b5e0151cc0
commit
a84bf672e8
3 changed files with 8 additions and 3 deletions
|
|
@ -42,6 +42,7 @@ struct dither {
|
|||
uint32_t method;
|
||||
uint32_t n_channels;
|
||||
uint32_t cpu_flags;
|
||||
unsigned int is_passthrough:1;
|
||||
|
||||
struct spa_log *log;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue