Commit db795a1c authored by Roberto Togni's avatar Roberto Togni

Remove duplicated fft init

Originally committed as revision 4723 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1db68540
......@@ -1925,7 +1925,6 @@ static int qdm2_decode_init(AVCodecContext *avctx)
s->exptab[i].im = sin(alpha);
}
ff_fft_init(&s->fft_ctx, s->fft_order - 1, 1);
qdm2_init(s);
// dump_context(s);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment