projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gui: Check only once for invalid key maps.
[paraslash.git]
/
wma.h
diff --git
a/wma.h
b/wma.h
index
df61c20
..
33e34a3
100644
(file)
--- a/
wma.h
+++ b/
wma.h
@@
-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)