Use int for channel_coeffs instead of int16_t

pull/3/head
Mashiat Sarker Shakkhar 13 years ago
parent 6d4deecfdf
commit 153a853718
  1. 2
      libavcodec/wmalosslessdec.c

@ -279,7 +279,7 @@ typedef struct WmallDecodeCtx {
int lpc_scaling;
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;

Loading…
Cancel
Save