audioconvert: add dither passthrough flag

This commit is contained in:
Wim Taymans 2022-06-28 11:31:40 +02:00
parent b5e0151cc0
commit a84bf672e8
3 changed files with 8 additions and 3 deletions

View file

@ -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;