nellymoserdec: use NELLY_BUF_LEN instead of 128

pull/2/head
Justin Ruggles 14 years ago
parent ded0800d44
commit 32b484464c
  1. 2
      libavcodec/nellymoserdec.c

@ -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;

Loading…
Cancel
Save