mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Remove now unused variable
Originally committed as revision 13889 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9146e4d61c
commit
f5048aaf69
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user