Преглед на файлове

put pointer assignment after test

I put the line I had moved into the loop the wrong side of the test
conditional.
dds
robsoles преди 11 години
родител
ревизия
d90ea2c06f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      filter_biquad.cpp

+ 1
- 1
filter_biquad.cpp Целия файл

@@ -35,8 +35,8 @@ void AudioFilterBiquad::update(void)
uint32_t *data, *end;
int32_t *state;
block = receiveWritable();
data = (uint32_t *)(block->data);
if (!block) return;
data = (uint32_t *)(block->data);
end = data + AUDIO_BLOCK_SAMPLES/2;
state = (int32_t *)definition;
do {

Loading…
Отказ
Запис