comparison dvdread/nav_types.h @ 24050:1542693b2a30

Sync libdvdread with version 0.9.5 (cosmetic changes).
author diego
date Wed, 15 Aug 2007 11:57:30 +0000
parents de28f9e8cb00
children fc9f44db5fcd
comparison
equal deleted inserted replaced
24049:39b8ccb91251 24050:1542693b2a30
1 /* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */
1 #ifndef NAV_TYPES_H_INCLUDED 2 #ifndef NAV_TYPES_H_INCLUDED
2 #define NAV_TYPES_H_INCLUDED 3 #define NAV_TYPES_H_INCLUDED
3 4
4 /* 5 /*
5 * Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se> 6 * Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se>
251 252
252 /** 253 /**
253 * Seamless Angle Infromation for one angle 254 * Seamless Angle Infromation for one angle
254 */ 255 */
255 typedef struct { 256 typedef struct {
256 uint32_t address; /**< offset to next ILVU, high bit is before/after */ 257 uint32_t address; /**< offset to next ILVU, high bit is before/after */
257 uint16_t size; /**< byte size of the ILVU pointed to by address */ 258 uint16_t size; /**< byte size of the ILVU pointed to by address */
258 } ATTRIBUTE_PACKED sml_agl_data_t; 259 } ATTRIBUTE_PACKED sml_agl_data_t;
259 260
260 /** 261 /**
261 * Seamless Angle Infromation 262 * Seamless Angle Infromation
262 */ 263 */