summaryrefslogtreecommitdiff
path: root/libavcodec/alsdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-08-22 17:36:56 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-08-22 17:36:56 +0200
commitebb9a320d707b4790328ce43fd0c65dc3f3f074b (patch)
treea5484047c4ea11420f98670ce4220406040aee68 /libavcodec/alsdec.c
parent4edd74bd7c0aaef92d3ef81e627ec7660715e9e1 (diff)
avcodec/alsdec: Remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/alsdec.c')
-rw-r--r--libavcodec/alsdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c
index 16956e2d22..f557f2bbb2 100644
--- a/libavcodec/alsdec.c
+++ b/libavcodec/alsdec.c
@@ -1931,7 +1931,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
{
unsigned int c;
unsigned int channel_size;
- unsigned int i;
int num_buffers, ret;
ALSDecContext *ctx = avctx->priv_data;
ALSSpecificConfig *sconf = &ctx->sconf;