summaryrefslogtreecommitdiffstats
path: root/dvdread/nav_types.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-18 00:45:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-18 00:45:16 +0000
commit9b9c70ce7d41f796dfc393b4c93552694484f821 (patch)
treea7e5a3baca55bbd41bb60c319fc9c5f1f7442074 /dvdread/nav_types.h
parentb8aba3e44af3c502f92411ff02a3f0b2e0b0fa94 (diff)
downloadmpv-9b9c70ce7d41f796dfc393b4c93552694484f821.tar.bz2
mpv-9b9c70ce7d41f796dfc393b4c93552694484f821.tar.xz
Drop some unnecessary local changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20999 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dvdread/nav_types.h')
-rw-r--r--dvdread/nav_types.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/dvdread/nav_types.h b/dvdread/nav_types.h
index 8800e7f894..c9fc3da60f 100644
--- a/dvdread/nav_types.h
+++ b/dvdread/nav_types.h
@@ -4,10 +4,6 @@
/*
* Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se>
*
- * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
- * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
- *
* The data structures in this file should represent the layout of the
* pci and dsi packets as they are stored in the stream. Information
* found by reading the source to VOBDUMP is the base for the structure
@@ -34,7 +30,7 @@
*/
#include <inttypes.h>
-#include "ifo_types.h" /* only dvd_time_t, vm_cmd_t and user_ops_t */
+#include <dvdread/ifo_types.h> /* only dvd_time_t, vm_cmd_t and user_ops_t */
#undef ATTRIBUTE_PACKED