comparison dvdread/nav_types.h @ 61:eac01aeb7be5 src

Fix some spelling issues
author siretart
date Sun, 08 Aug 2010 22:49:28 +0000
parents c743d79f187b
children
comparison
equal deleted inserted replaced
60:aa36b2d85f8d 61:eac01aeb7be5
190 uint32_t gap_len2; 190 uint32_t gap_len2;
191 } vob_a[8]; 191 } vob_a[8];
192 } ATTRIBUTE_PACKED sml_pbi_t; 192 } ATTRIBUTE_PACKED sml_pbi_t;
193 193
194 /** 194 /**
195 * Seamless Angle Infromation for one angle 195 * Seamless Angle Information for one angle
196 */ 196 */
197 typedef struct { 197 typedef struct {
198 uint32_t address; /**< offset to next ILVU, high bit is before/after */ 198 uint32_t address; /**< offset to next ILVU, high bit is before/after */
199 uint16_t size; /**< byte size of the ILVU pointed to by address */ 199 uint16_t size; /**< byte size of the ILVU pointed to by address */
200 } ATTRIBUTE_PACKED sml_agl_data_t; 200 } ATTRIBUTE_PACKED sml_agl_data_t;
201 201
202 /** 202 /**
203 * Seamless Angle Infromation 203 * Seamless Angle Information
204 */ 204 */
205 typedef struct { 205 typedef struct {
206 sml_agl_data_t data[9]; 206 sml_agl_data_t data[9];
207 } ATTRIBUTE_PACKED sml_agli_t; 207 } ATTRIBUTE_PACKED sml_agli_t;
208 208