1
0
Fork 0

avcodec/alsdec: Remove unused variable

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2016-08-22 17:36:56 +02:00
parent 4edd74bd7c
commit ebb9a320d7
1 changed files with 0 additions and 1 deletions

View 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;