From ebb9a320d707b4790328ce43fd0c65dc3f3f074b Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 22 Aug 2016 17:36:56 +0200 Subject: avcodec/alsdec: Remove unused variable Signed-off-by: Michael Niedermayer --- libavcodec/alsdec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec') 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; -- cgit v1.2.3