mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Remove unused variable
Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8138b9db26
commit
f83579b1a6
@ -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…
Reference in New Issue
Block a user