Commit f83579b1 authored by Benjamin Larsson's avatar Benjamin Larsson

Remove unused variable

Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8138b9db
......@@ -336,7 +336,6 @@ void nelly_decode_block(NellyMoserDecodeContext *s, unsigned char block[NELLY_BL
static int decode_init(AVCodecContext * avctx) {
NellyMoserDecodeContext *s = avctx->priv_data;
int i;
float alpha;
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