Commit e07e7078 authored by diego's avatar diego

Remove unused variable, fixes the warning:

libavcodec/nellymoserdec.c:133: warning: unused variable ‘i’


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14071 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 475d4bd7
......@@ -130,7 +130,6 @@ static void nelly_decode_block(NellyMoserDecodeContext *s,
static av_cold int decode_init(AVCodecContext * avctx) {
NellyMoserDecodeContext *s = avctx->priv_data;
int i;
s->avctx = avctx;
av_init_random(0, &s->random_state);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment