[FFmpeg-cvslog] avcodec/alsdec: Remove unused variable

Michael Niedermayer git at videolan.org
Mon Aug 22 19:58:09 EEST 2016


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

avcodec/alsdec: Remove unused variable

Signed-off-by: Michael Niedermayer <michael at 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;



More information about the ffmpeg-cvslog mailing list