diff ifo_types.h @ 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 98951f8ec89c
children
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;