Remove now unused variable

Originally committed as revision 13889 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Robert Swain 2008-06-22 15:26:00 +00:00
parent 9146e4d61c
commit f5048aaf69
1 changed files with 0 additions and 1 deletions

View 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)