comparison dvdread/nav_types.h @ 20983:4da452b25fd5

Drop some unnecessary local changes.
author diego
date Sat, 18 Nov 2006 00:45:16 +0000
parents 22cb9d5f1e21
children de28f9e8cb00
comparison
equal deleted inserted replaced
20982:5f893a1f25f9 20983:4da452b25fd5
1 #ifndef NAV_TYPES_H_INCLUDED 1 #ifndef NAV_TYPES_H_INCLUDED
2 #define NAV_TYPES_H_INCLUDED 2 #define NAV_TYPES_H_INCLUDED
3 3
4 /* 4 /*
5 * Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se> 5 * Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se>
6 *
7 * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
8 * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
9 * $Id$
10 * 6 *
11 * The data structures in this file should represent the layout of the 7 * The data structures in this file should represent the layout of the
12 * pci and dsi packets as they are stored in the stream. Information 8 * pci and dsi packets as they are stored in the stream. Information
13 * found by reading the source to VOBDUMP is the base for the structure 9 * found by reading the source to VOBDUMP is the base for the structure
14 * and names of these data types. 10 * and names of these data types.
32 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 28 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
33 * USA 29 * USA
34 */ 30 */
35 31
36 #include <inttypes.h> 32 #include <inttypes.h>
37 #include "ifo_types.h" /* only dvd_time_t, vm_cmd_t and user_ops_t */ 33 #include <dvdread/ifo_types.h> /* only dvd_time_t, vm_cmd_t and user_ops_t */
38 34
39 35
40 #undef ATTRIBUTE_PACKED 36 #undef ATTRIBUTE_PACKED
41 #undef PRAGMA_PACK_BEGIN 37 #undef PRAGMA_PACK_BEGIN
42 #undef PRAGMA_PACK_END 38 #undef PRAGMA_PACK_END