ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Mon 
Aug 22 17:36:56 2016 +0200| [ebb9a320d707b4790328ce43fd0c65dc3f3f074b] | 
committer: Michael Niedermayer

avcodec/alsdec: Remove unused variable

Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ebb9a320d707b4790328ce43fd0c65dc3f3f074b
---

 libavcodec/alsdec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c
index 16956e2..f557f2b 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;

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to