mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
fmt-ops: fix copy/paste error
This commit is contained in:
parent
527dc89365
commit
9b24a84ce6
1 changed files with 0 additions and 1 deletions
|
|
@ -257,7 +257,6 @@ conv_f32d_to_s16_neon(struct convert *conv, void * SPA_RESTRICT dst[], const voi
|
|||
int16_t *d = dst[0];
|
||||
uint32_t i = 0, n_channels = conv->n_channels;
|
||||
|
||||
for(; i + 1 < n_channels; i+=2)
|
||||
for(; i + 1 < n_channels; i += 2)
|
||||
conv_f32d_to_s16_2s_neon(conv, &d[i], &src[i], n_channels, n_samples);
|
||||
for(; i < n_channels; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue