Merge branch 'maint'
[paraslash.git] / wma.h
diff --git a/wma.h b/wma.h
index 18748dad9be2bdbf6faf1c7a1a49cba6d78e8fac..33e34a3515b482c9f682e6c7472dbc7ec711e190 100644 (file)
--- a/wma.h
+++ b/wma.h
@@ -1,10 +1,10 @@
+/** \file wma.h The asf_header structure and public wma function declarations. */
+
 /**
  * Information contained in an asf audio file header.
  *
  * Both para_filter and para_afh need to read the header.
  */
-
-/** Information stored in the asf header. */
 struct asf_header_info {
        /** The size of the audio file header. */
        int header_len;
@@ -31,5 +31,3 @@ const char *search_pattern(const char *pattern, int pattern_len,
 int read_asf_header(const char *buf, int loaded, struct asf_header_info *ahi);
 
 #define WMA_FRAME_SKIP 31
-#define DECLARE_ALIGNED(n,t,v)      t v __attribute__ ((aligned (n)))
-#define DECLARE_ALIGNED_16(t, v) DECLARE_ALIGNED(16, t, v)