Use int for channel_coeffs instead of int16_t

parent 6d4deecf
...@@ -279,7 +279,7 @@ typedef struct WmallDecodeCtx { ...@@ -279,7 +279,7 @@ typedef struct WmallDecodeCtx {
int lpc_scaling; int lpc_scaling;
int lpc_intbits; int lpc_intbits;
int16_t channel_coeffs[2][2048]; // FIXME: should be 32-bit / 16-bit depending on bit-depth int channel_coeffs[2][2048]; // FIXME: should be 32-bit / 16-bit depending on bit-depth
} WmallDecodeCtx; } WmallDecodeCtx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment