From 14b8607065ff7204cff29b108e42fd930a52a5ed Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sat, 9 Jan 2010 13:28:04 +0000 Subject: Add support for hard-coded MDCT-related ff_sine_windows tables. Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/atrac1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/atrac1.c') diff --git a/libavcodec/atrac1.c b/libavcodec/atrac1.c index 2009bba753..6477cff4e8 100644 --- a/libavcodec/atrac1.c +++ b/libavcodec/atrac1.c @@ -339,7 +339,7 @@ static av_cold int atrac1_decode_init(AVCodecContext *avctx) ff_mdct_init(&q->mdct_ctx[1], 8, 1, -1.0/ (1 << 15)); ff_mdct_init(&q->mdct_ctx[2], 9, 1, -1.0/ (1 << 15)); - ff_sine_window_init(ff_sine_32, 32); + ff_init_ff_sine_windows(5); atrac_generate_tables(); -- cgit v1.2.3