comparison libmpdvdkit2/nav_types.h @ 14938:25df9508f9a8

Mark modified files as such to comply more closely with GPL ¡ø2a.
author diego
date Fri, 11 Mar 2005 02:40:28 +0000
parents 596919e4f601
children 483e955893b8
comparison
equal deleted inserted replaced
14937:d18e40806248 14938:25df9508f9a8
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 Håkan Hjort <d95hjort@dtek.chalmers.se> 5 * Copyright (C) 2000, 2001 Håkan Hjort <d95hjort@dtek.chalmers.se>
6 *
7 * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
8 * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
9 * $Id$
6 * 10 *
7 * The data structures in this file should represent the layout of the 11 * The data structures in this file should represent the layout of the
8 * pci and dsi packets as they are stored in the stream. Information 12 * pci and dsi packets as they are stored in the stream. Information
9 * found by reading the source to VOBDUMP is the base for the structure 13 * found by reading the source to VOBDUMP is the base for the structure
10 * and names of these data types. 14 * and names of these data types.