mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 13:21:08 +00: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) {
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user