提交 db795a1c 编写于 作者: R Roberto Togni

Remove duplicated fft init

Originally committed as revision 4723 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册