Commit 7e6a43a2 authored by banan's avatar banan

Remove unused variable

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10922 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b69dc6b7
...@@ -336,7 +336,6 @@ void nelly_decode_block(NellyMoserDecodeContext *s, unsigned char block[NELLY_BL ...@@ -336,7 +336,6 @@ void nelly_decode_block(NellyMoserDecodeContext *s, unsigned char block[NELLY_BL
static int decode_init(AVCodecContext * avctx) { static int decode_init(AVCodecContext * avctx) {
NellyMoserDecodeContext *s = avctx->priv_data; NellyMoserDecodeContext *s = avctx->priv_data;
int i; int i;
float alpha;
s->avctx = avctx; s->avctx = avctx;
av_init_random(0, &s->random_state); 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