changeset 10200:77eea98ffac3 libavcodec

Remove unused variable, fixes the warning: libavcodec/atrac3.c:195: warning: unused variable ¡Æs¡Ç
author diego
date Sun, 20 Sep 2009 18:21:54 +0000
parents 38ab367d4231
children 1b2ef85867a9
files atrac3.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/atrac3.c	Sun Sep 20 17:30:20 2009 +0000
+++ b/atrac3.c	Sun Sep 20 18:21:54 2009 +0000
@@ -192,7 +192,6 @@
 
 static av_cold void init_atrac3_transforms(ATRAC3Context *q) {
     float enc_window[256];
-    float s;
     int i;
 
     /* Generate the mdct window, for details see