# HG changeset patch # User superdump # Date 1214148360 0 # Node ID af6510f5f7e17cfeeba3db00a2d7cd779a97ee15 # Parent b0820b8bd4dd225290e03875c81f2c418b3e980e Remove now unused variable diff -r b0820b8bd4dd -r af6510f5f7e1 cook.c --- a/cook.c Sun Jun 22 15:12:27 2008 +0000 +++ b/cook.c Sun Jun 22 15:26:00 2008 +0000 @@ -232,7 +232,6 @@ 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)