]> git.sesse.net Git - vlc/blobdiff - include/ac3_imdct.h
* ALL: new module API. Makes a few things a lot simpler, and we gain
[vlc] / include / ac3_imdct.h
index 4b5a7dc2013cb3eaa4dda82836c12c6c288e62a8..e6e101c859712a1057b86edd07c8946efb8209e0 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_imdct.h : AC3 IMDCT types
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: ac3_imdct.h,v 1.9 2002/07/20 18:01:41 sam Exp $
+ * $Id: ac3_imdct.h,v 1.10 2002/07/31 20:56:50 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Renaud Dartus <reno@videolan.org>
@@ -32,6 +32,8 @@ struct complex_t
 
 struct imdct_t
 {
+    VLC_COMMON_MEMBERS
+
     complex_t * buf;
     void *      buf_orig;                         /* pointer before memalign */