X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=imdct.h;h=ab66bab02baf2bc01869877c2fde79b361260677;hp=46fc4033c1e2f199c3b761c02765bab04d364ea9;hb=b6cb7e33fedf463ebb2c5cc0afe2f2a42f694f1e;hpb=6b2414cd3ea3437ffb39d25ddc60eeecf3194ebc diff --git a/imdct.h b/imdct.h index 46fc4033..ab66bab0 100644 --- a/imdct.h +++ b/imdct.h @@ -2,8 +2,6 @@ struct mdct_context; -float *ff_sine_windows[6]; -void sine_window_init(float *window, int n); int imdct_init(int nbits, int inverse, struct mdct_context **result); void imdct(struct mdct_context *s, float *output, const float *input); void imdct_end(struct mdct_context *s);