Remove unused variable

Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Benjamin Larsson 17 years ago
parent 8138b9db26
commit f83579b1a6
  1. 1
      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);

Loading…
Cancel
Save