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
commit
3f5d7bb331
1 changed files with 1 additions and 1 deletions
  1. +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) static void fft_init(int ln)
{ {
int i, j, m, n;
int i, n;
float alpha; float alpha;


n = 1 << ln; n = 1 << ln;


Loading…
Cancel
Save