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:
9146e4d
)
Remove now unused variable
author
Robert Swain
<robert.swain@gmail.com>
Sun, 22 Jun 2008 15:26:00 +0000
(15:26 +0000)
committer
Robert Swain
<robert.swain@gmail.com>
Sun, 22 Jun 2008 15:26:00 +0000
(15:26 +0000)
Originally committed as revision 13889 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cook.c
patch
|
blob
|
history
diff --git
a/libavcodec/cook.c
b/libavcodec/cook.c
index 6661ee4979c1ab517184f79437e397dc54dbf0df..cbf1c9c621de977aafc0424a428a4b75b498b014 100644
(file)
--- a/
libavcodec/cook.c
+++ b/
libavcodec/cook.c
@@
-232,7
+232,6
@@
static int init_cook_vlc_tables(COOKContext *q) {
static int init_cook_mlt(COOKContext *q) {
int j;
- float alpha;
int mlt_size = q->samples_per_channel;
if ((q->mlt_window = av_malloc(sizeof(float)*mlt_size)) == 0)