Commit bc892a14 authored by Jan Kiene's avatar Jan Kiene
Browse files

align data type between field and function returns

parent cd41e576
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ typedef struct
    float gain; /* Linear, not in dB */
    rendering_context ctx;
    int32_t numNewSamplesPerChannel; /* Used to keep track how much new audio was fed before rendering current frame */
    int32_t delayNumSamples;
    int16_t delayNumSamples;
} input_base;

typedef struct