diff cook.c @ 7547:8226017a65ae libavcodec

mdct wrapper function to match fft
author lorenm
date Tue, 12 Aug 2008 00:38:30 +0000
parents 97383e012cb9
children ef9f95604644
line wrap: on
line diff
--- a/cook.c	Tue Aug 12 00:36:36 2008 +0000
+++ b/cook.c	Tue Aug 12 00:38:30 2008 +0000
@@ -733,7 +733,7 @@
     int i;
 
     /* Inverse modified discrete cosine transform */
-    q->mdct_ctx.fft.imdct_calc(&q->mdct_ctx, q->mono_mdct_output, inbuffer);
+    ff_imdct_calc(&q->mdct_ctx, q->mono_mdct_output, inbuffer);
 
     q->imlt_window (q, buffer1, gains_ptr, previous_buffer);