]> git.sesse.net Git - vlc/blobdiff - src/ac3_decoder/ac3_internal.h
* Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile
[vlc] / src / ac3_decoder / ac3_internal.h
index 5ad53385e35357cb812523ee1285dfda88d613e1..08419cf2cf93e27fa4524c914c4717eb86d2b4c8 100644 (file)
@@ -2,6 +2,7 @@
  * ac3_internals.h: needed by the ac3 decoder
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
+ * $Id: ac3_internal.h,v 1.10 2001/05/15 16:19:42 sam Exp $
  *
  * Authors: Michel Lespinasse <walken@zoy.org>
  *
 /* ac3_bit_allocate.c */
 void bit_allocate (ac3dec_t *);
 
-/* ac3_downmix.c */
-int downmix (ac3dec_t *, float *, s16 *);
-
 /* ac3_exponent.c */
 int exponent_unpack (ac3dec_t *);
 
 /* ac3_imdct.c */
+void imdct_init (imdct_t * p_imdct);
 void imdct (ac3dec_t * p_ac3dec, s16 * buffer);
 
 /* ac3_mantissa.c */
@@ -54,3 +53,4 @@ void parse_auxdata (ac3dec_t *);
 
 /* ac3_rematrix.c */
 void rematrix (ac3dec_t *);
+