diff nellymoserdec.c @ 10827:3d011a01a6a0 libavcodec

Add support for hard-coded MDCT-related ff_sine_windows tables.
author reimar
date Sat, 09 Jan 2010 13:28:04 +0000
parents 5e566408864c
children 34a65026fa06
line wrap: on
line diff
--- a/nellymoserdec.c	Sat Jan 09 07:57:26 2010 +0000
+++ b/nellymoserdec.c	Sat Jan 09 13:28:04 2010 +0000
@@ -144,7 +144,7 @@
 
     /* Generate overlap window */
     if (!ff_sine_128[127])
-        ff_sine_window_init(ff_sine_128, 128);
+        ff_init_ff_sine_windows(7);
 
     avctx->sample_fmt = SAMPLE_FMT_S16;
     avctx->channel_layout = CH_LAYOUT_MONO;