diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-09-20 18:21:54 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-09-20 18:21:54 +0000 |
commit | a79b4b75f78058dba96ab707b1e97631986a62a8 (patch) | |
tree | c12f6c8eac72d9783fc4bf51cb69d5809600abe1 /libavcodec/atrac3.c | |
parent | 01b2214758ce2bc664bb4468f11ac0f041a337c1 (diff) | |
download | ffmpeg-a79b4b75f78058dba96ab707b1e97631986a62a8.tar.gz |
Remove unused variable, fixes the warning:
libavcodec/atrac3.c:195: warning: unused variable āsā
Originally committed as revision 19932 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/atrac3.c')
-rw-r--r-- | libavcodec/atrac3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c index 84bfe136bd..907304948c 100644 --- a/libavcodec/atrac3.c +++ b/libavcodec/atrac3.c @@ -192,7 +192,6 @@ static int decode_bytes(const uint8_t* inbuffer, uint8_t* out, int bytes){ static av_cold void init_atrac3_transforms(ATRAC3Context *q) { float enc_window[256]; - float s; int i; /* Generate the mdct window, for details see |