Commit f1e3c936 authored by Diego Biurrun's avatar Diego Biurrun

Remove unused variable, fixes the warning:

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

Originally committed as revision 14071 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 03289958
......@@ -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