projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8138b9d
)
Remove unused variable
author
Benjamin Larsson
<banan@ludd.ltu.se>
Sun, 4 Nov 2007 10:27:32 +0000
(10:27 +0000)
committer
Benjamin Larsson
<banan@ludd.ltu.se>
Sun, 4 Nov 2007 10:27:32 +0000
(10:27 +0000)
Originally committed as revision 10922 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/nellymoserdec.c
patch
|
blob
|
history
diff --git
a/libavcodec/nellymoserdec.c
b/libavcodec/nellymoserdec.c
index
0450c5d
..
a9f04a1
100644
(file)
--- 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);