changeset 7095:af6510f5f7e1 libavcodec

Remove now unused variable
author superdump
date Sun, 22 Jun 2008 15:26:00 +0000
parents b0820b8bd4dd
children 1ad555e54621
files cook.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)