Mercurial > libavcodec.hg
changeset 10248:575faff0a524 libavcodec
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'
author | diego |
---|---|
date | Wed, 23 Sep 2009 12:29:56 +0000 |
parents | d405b8e7461a |
children | e56302a77ca9 |
files | wmadec.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 */