[FFmpeg-cvslog] r13889 - trunk/libavcodec/cook.c

superdump subversion
Sun Jun 22 17:26:00 CEST 2008


Author: superdump
Date: Sun Jun 22 17:26:00 2008
New Revision: 13889

Log:
Remove now unused variable


Modified:
   trunk/libavcodec/cook.c

Modified: trunk/libavcodec/cook.c
==============================================================================
--- trunk/libavcodec/cook.c	(original)
+++ trunk/libavcodec/cook.c	Sun Jun 22 17:26:00 2008
@@ -232,7 +232,6 @@ static int init_cook_vlc_tables(COOKCont
 
 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)




More information about the ffmpeg-cvslog mailing list