audioconvert: remove unused field

This commit is contained in:
Wim Taymans 2025-06-25 10:37:56 +02:00
parent cc94909ca1
commit c644f54ea7

View file

@ -291,7 +291,6 @@ struct impl {
unsigned int started:1;
unsigned int setup:1;
unsigned int resample_peaks:1;
unsigned int is_passthrough:1;
unsigned int ramp_volume:1;
unsigned int drained: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",
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;