changeset 32:6698620c1477 src

Because of ARM memory alignment issues the struct app_info has to be packed. Patch by Erik Hovland /erik ^ hovland * org \
author rathann
date Sat, 13 Dec 2008 14:27:51 +0000
parents cd0187d307b4
children c743d79f187b
files ifo_types.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ifo_types.h	Sun Oct 26 22:16:30 2008 +0000
+++ b/ifo_types.h	Sat Dec 13 14:27:51 2008 +0000
@@ -122,7 +122,7 @@
       unsigned char dolby_encoded      : 1; /* suitable for surround decoding */
       unsigned char unknown6           : 3;
     } surround;
-  } app_info;
+  } ATTRIBUTE_PACKED app_info;
 } ATTRIBUTE_PACKED audio_attr_t;