comparison dvdread/nav_types.h @ 24047:de28f9e8cb00

Sync libdvdread with version 0.9.5 (functional changes).
author diego
date Wed, 15 Aug 2007 11:47:22 +0000
parents 4da452b25fd5
children 1542693b2a30
comparison
equal deleted inserted replaced
24046:7e2808fb1807 24047:de28f9e8cb00
27 * along with this program; if not, write to the Free Software 27 * along with this program; if not, write to the Free Software
28 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 28 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
29 * USA 29 * USA
30 */ 30 */
31 31
32 #include <inttypes.h>
33 #include <dvdread/ifo_types.h> /* only dvd_time_t, vm_cmd_t and user_ops_t */ 32 #include <dvdread/ifo_types.h> /* only dvd_time_t, vm_cmd_t and user_ops_t */
34 33 /* If it's ever removed add a uintX_t test. */
35 34
36 #undef ATTRIBUTE_PACKED 35 #undef ATTRIBUTE_PACKED
37 #undef PRAGMA_PACK_BEGIN 36 #undef PRAGMA_PACK_BEGIN
38 #undef PRAGMA_PACK_END 37 #undef PRAGMA_PACK_END
39 38