This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
nellymoserdec: use NELLY_BUF_LEN instead of 128
tags/n0.9
Justin Ruggles
14 years ago
parent
ded0800d44
commit
32b484464c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/nellymoserdec.c
+ 1
- 1
libavcodec/nellymoserdec.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save