diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2007-11-04 10:27:32 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2007-11-04 10:27:32 +0000 |
commit | f83579b1a6bcbeec6b394d92943d3e5854a6f153 (patch) | |
tree | 9dd33f93d711982ad04fcd6d15eef21a8de47a22 | |
parent | 8138b9db26cff1d57b494213c0add7d7b9c0fce1 (diff) | |
download | ffmpeg-f83579b1a6bcbeec6b394d92943d3e5854a6f153.tar.gz |
Remove unused variable
Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/nellymoserdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c index 0450c5d885..a9f04a1887 100644 --- a/libavcodec/nellymoserdec.c +++ b/libavcodec/nellymoserdec.c @@ -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); |