Remove now unused variable
authorRobert Swain <robert.swain@gmail.com>
Sun, 22 Jun 2008 15:26:00 +0000 (15:26 +0000)
committerRobert 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

index 6661ee4979c1ab517184f79437e397dc54dbf0df..cbf1c9c621de977aafc0424a428a4b75b498b014 100644 (file)
@@ -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)