comparison dvdread/nav_print.h @ 20983:4da452b25fd5

Drop some unnecessary local changes.
author diego
date Sat, 18 Nov 2006 00:45:16 +0000
parents 22cb9d5f1e21
children 1542693b2a30
comparison
equal deleted inserted replaced
20982:5f893a1f25f9 20983:4da452b25fd5
2 #define NAV_PRINT_H_INCLUDED 2 #define NAV_PRINT_H_INCLUDED
3 3
4 /* 4 /*
5 * Copyright (C) 2001, 2002 Billy Biggs <vektor@dumbterm.net>, 5 * Copyright (C) 2001, 2002 Billy Biggs <vektor@dumbterm.net>,
6 * Håkan Hjort <d95hjort@dtek.chalmers.se> 6 * Håkan Hjort <d95hjort@dtek.chalmers.se>
7 *
8 * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
9 * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
10 * $Id$
11 * 7 *
12 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or (at 10 * the Free Software Foundation; either version 2 of the License, or (at
15 * your option) any later version. 11 * your option) any later version.
22 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */ 21 */
26 22
27 #include "nav_types.h" 23 #include <dvdread/nav_types.h>
28 24
29 /** 25 /**
30 * Pretty printing of the NAV packets, PCI and DSI structs. 26 * Pretty printing of the NAV packets, PCI and DSI structs.
31 */ 27 */
32 28