]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/alsdec: Remove unused variable
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 22 Aug 2016 15:36:56 +0000 (17:36 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 22 Aug 2016 15:36:56 +0000 (17:36 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/alsdec.c

index 16956e2d225b9de321a87d71272b890d558274be..f557f2bbb220ce65021a9ab3dd6dc0f9eaf2db73 100644 (file)
@@ -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;