mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-18 23:18:27 +08:00
nellymoserdec: use NELLY_BUF_LEN instead of 128
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
typedef struct NellyMoserDecodeContext {
|
||||
AVCodecContext* avctx;
|
||||
DECLARE_ALIGNED(32, float, float_buf)[NELLY_SAMPLES];
|
||||
float state[128];
|
||||
float state[NELLY_BUF_LEN];
|
||||
AVLFG random_state;
|
||||
GetBitContext gb;
|
||||
float scale_bias;
|
||||
|
||||
Reference in New Issue
Block a user