diff options
author | Robert Swain <robert.swain@gmail.com> | 2008-06-22 15:26:00 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-06-22 15:26:00 +0000 |
commit | f5048aaf6982932db7d8209bed85158f959dcb1a (patch) | |
tree | 9a4fcbcf4e0d739401ffa8e27f34367b3130e5c2 /libavcodec/cook.c | |
parent | 9146e4d61c9de8fb86a7a9837705a0ad48fc547d (diff) | |
download | ffmpeg-f5048aaf6982932db7d8209bed85158f959dcb1a.tar.gz |
Remove now unused variable
Originally committed as revision 13889 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r-- | libavcodec/cook.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 6661ee4979..cbf1c9c621 100644 --- 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) |