X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma.h;h=f0ba7f631703b35878606facde8f2980de621bce;hp=df61c20a173e78ebd66465c4855c5c3f6d0fae90;hb=761d9bd95a6601c0b3be6591a6b6672b755e1fbe;hpb=f2484293fd31da67792c858fee10792d3c108908 diff --git a/wma.h b/wma.h index df61c20a..f0ba7f63 100644 --- a/wma.h +++ b/wma.h @@ -25,11 +25,9 @@ struct asf_header_info { }; /* wma_common.c */ -int wma_log2(unsigned int v); +__a_const int wma_log2(unsigned int v); const char *search_pattern(const char *pattern, int pattern_len, const char *buf, int buf_size); 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)