mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
audioconvert: remove unused field
This commit is contained in:
parent
cc94909ca1
commit
c644f54ea7
1 changed files with 0 additions and 4 deletions
|
|
@ -291,7 +291,6 @@ struct impl {
|
||||||
unsigned int started:1;
|
unsigned int started:1;
|
||||||
unsigned int setup:1;
|
unsigned int setup:1;
|
||||||
unsigned int resample_peaks:1;
|
unsigned int resample_peaks:1;
|
||||||
unsigned int is_passthrough:1;
|
|
||||||
unsigned int ramp_volume:1;
|
unsigned int ramp_volume:1;
|
||||||
unsigned int drained:1;
|
unsigned int drained:1;
|
||||||
unsigned int rate_adjust:1;
|
unsigned int rate_adjust:1;
|
||||||
|
|
@ -3014,9 +3013,6 @@ impl_node_port_use_buffers(void *object,
|
||||||
spa_log_warn(this->log, "%p: memory %d on buffer %d not aligned",
|
spa_log_warn(this->log, "%p: memory %d on buffer %d not aligned",
|
||||||
this, j, i);
|
this, j, i);
|
||||||
}
|
}
|
||||||
if (direction == SPA_DIRECTION_OUTPUT &&
|
|
||||||
!SPA_FLAG_IS_SET(d[j].flags, SPA_DATA_FLAG_DYNAMIC))
|
|
||||||
this->is_passthrough = false;
|
|
||||||
|
|
||||||
b->datas[j] = d[j].data;
|
b->datas[j] = d[j].data;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue