forked from FFmpeg/FFmpeg
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' Originally committed as revision 19994 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fa6f27517b
commit
75bbed517f
1 changed files with 0 additions and 3 deletions
|
@ -625,9 +625,6 @@ static int wma_decode_block(WMACodecContext *s)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (s->ms_stereo && s->channel_coded[1]) {
|
if (s->ms_stereo && s->channel_coded[1]) {
|
||||||
float a, b;
|
|
||||||
int i;
|
|
||||||
|
|
||||||
/* nominal case for ms stereo: we do it before mdct */
|
/* nominal case for ms stereo: we do it before mdct */
|
||||||
/* no need to optimize this case because it should almost
|
/* no need to optimize this case because it should almost
|
||||||
never happen */
|
never happen */
|
||||||
|
|
Loading…
Add table
Reference in a new issue