# HG changeset patch # User diego # Date 1253708996 0 # Node ID 575faff0a524bbf5993adae8252b6244f6d027b7 # Parent d405b8e7461a503d78e1e81246b43fa83aa15b82 Remove unused variables, fixes the warnings: libavcodec/wmadec.c:629: warning: unused variable `i' libavcodec/wmadec.c:628: warning: unused variable `b' libavcodec/wmadec.c:628: warning: unused variable `a' diff -r d405b8e7461a -r 575faff0a524 wmadec.c --- a/wmadec.c Wed Sep 23 12:27:10 2009 +0000 +++ b/wmadec.c Wed Sep 23 12:29:56 2009 +0000 @@ -625,9 +625,6 @@ #endif if (s->ms_stereo && s->channel_coded[1]) { - float a, b; - int i; - /* nominal case for ms stereo: we do it before mdct */ /* no need to optimize this case because it should almost never happen */