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
Remove two unused variables.
Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
a4b375c614
commit
3f5d7bb331
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ac3enc.c
+ 1
- 1
libavcodec/ac3enc.c
View File
@@ -90,7 +90,7 @@ typedef struct IComplex {
static void fft_init(int ln)
{
int i,
j, m,
n;
int i, n;
float alpha;
n = 1 << ln;
Write
Preview
Loading…
Cancel
Save