# HG changeset patch # User diego # Date 1253470914 0 # Node ID 77eea98ffac3351cb7251f133163184962bdc5ba # Parent 38ab367d42315893fd0a3f7d543abeb0e7a35ff7 Remove unused variable, fixes the warning: libavcodec/atrac3.c:195: warning: unused variable ¡Æs¡Ç diff -r 38ab367d4231 -r 77eea98ffac3 atrac3.c --- 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