Skip to content
Snippets Groups Projects
Commit db795a1c authored by Roberto Togni's avatar Roberto Togni
Browse files

Remove duplicated fft init

Originally committed as revision 4723 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1db68540
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment