comparison cook.c @ 7095:af6510f5f7e1 libavcodec

Remove now unused variable
author superdump
date Sun, 22 Jun 2008 15:26:00 +0000
parents b0820b8bd4dd
children 85ab7655ad4d
comparison
equal deleted inserted replaced
7094:b0820b8bd4dd 7095:af6510f5f7e1
230 return result; 230 return result;
231 } 231 }
232 232
233 static int init_cook_mlt(COOKContext *q) { 233 static int init_cook_mlt(COOKContext *q) {
234 int j; 234 int j;
235 float alpha;
236 int mlt_size = q->samples_per_channel; 235 int mlt_size = q->samples_per_channel;
237 236
238 if ((q->mlt_window = av_malloc(sizeof(float)*mlt_size)) == 0) 237 if ((q->mlt_window = av_malloc(sizeof(float)*mlt_size)) == 0)
239 return -1; 238 return -1;
240 239