mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
Use int for channel_coeffs instead of int16_t
This commit is contained in:
parent
6d4deecfdf
commit
153a853718
@ -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…
Reference in New Issue
Block a user