]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mdct.h
Rename mdcdt.c and mdcdt.h.
[paraslash.git] / mdct.h
diff --git a/mdct.h b/mdct.h
deleted file mode 100644 (file)
index ce34688..0000000
--- a/mdct.h
+++ /dev/null
@@ -1,7 +0,0 @@
-struct mdct_context;
-
-float *ff_sine_windows[6];
-void sine_window_init(float *window, int n);
-int mdct_init(int nbits, int inverse, struct mdct_context **result);
-void imdct(struct mdct_context *s, float *output, const float *input);
-void mdct_end(struct mdct_context *s);