Commit 8676830a authored by Jan Kiene's avatar Jan Kiene
Browse files

align data type between field and function returns

parent bd805e86
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ typedef struct
    Word32 gain_fx; /* Linear, not in dB Q30 */
    rendering_context ctx;
    Word32 numNewSamplesPerChannel; /* Used to keep track how much new audio was fed before rendering current frame */
    Word32 delayNumSamples;
    Word16 delayNumSamples;
} input_base;

typedef struct