Remove unused variable, fixes the warning:
authorDiego Biurrun <diego@biurrun.de>
Sun, 20 Sep 2009 18:21:54 +0000 (18:21 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 20 Sep 2009 18:21:54 +0000 (18:21 +0000)
libavcodec/atrac3.c:195: warning: unused variable ā€˜sā€™

Originally committed as revision 19932 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/atrac3.c

index 84bfe13..9073049 100644 (file)
@@ -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