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
unused
Originally committed as revision 12859 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
18 years ago
parent
3d00125645
commit
efe6079d2d
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
@@ -114,7 +114,7 @@ static inline int signed_shift(int i, int shift) {
static void overlap_and_window(NellyMoserDecodeContext *s, float *state, float *audio, float *a_in)
{
int bot, top
, top2
;
int bot, top;
bot = 0;
top = NELLY_BUF_LEN-1;
Write
Preview
Loading…
Cancel
Save