Commit 6ced9a2a authored by Jan Kiene's avatar Jan Kiene
Browse files

fix data type of constant

parent fd40a6c2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,7 @@ void ivas_TD_RINGBUF_PushZeros(
    {
        FOR( c = 0; c < h->num_channels; ++c )
        {
            h->data[h->write_pos] = 0.f;
            h->data[h->write_pos] = 0;
            move32();
            ++h->write_pos;