summaryrefslogtreecommitdiffstats
path: root/libmpdvdkit2/nav_print.h
diff options
context:
space:
mode:
authoraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-30 22:48:26 +0000
committeraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-30 22:48:26 +0000
commiteb3c1b5cedfc1b7d35a2d261780979b00170946e (patch)
treeccc33eb81679684b7f2ca3d7c610d721375c4ea5 /libmpdvdkit2/nav_print.h
parentc8fbf4405d7b433f0dc622bc9dcf81d0ceb5ef36 (diff)
downloadmpv-eb3c1b5cedfc1b7d35a2d261780979b00170946e.tar.bz2
mpv-eb3c1b5cedfc1b7d35a2d261780979b00170946e.tar.xz
update libdvdread to v0.9.4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15875 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdvdkit2/nav_print.h')
-rw-r--r--libmpdvdkit2/nav_print.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/libmpdvdkit2/nav_print.h b/libmpdvdkit2/nav_print.h
index 57da3e40b8..c4de428e8a 100644
--- a/libmpdvdkit2/nav_print.h
+++ b/libmpdvdkit2/nav_print.h
@@ -2,8 +2,8 @@
#define NAV_PRINT_H_INCLUDED
/*
- * Copyright (C) 2001 Billy Biggs <vektor@dumbterm.net>,
- * Håkan Hjort <d95hjort@dtek.chalmers.se>
+ * Copyright (C) 2001, 2002 Billy Biggs <vektor@dumbterm.net>,
+ * Håkan Hjort <d95hjort@dtek.chalmers.se>
*
* Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
* detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
@@ -26,17 +26,25 @@
#include "nav_types.h"
+/**
+ * Pretty printing of the NAV packets, PCI and DSI structs.
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
/**
* Prints information contained in the PCI to stdout.
+ *
+ * @param pci Pointer to the PCI data structure to be printed.
*/
void navPrint_PCI(pci_t *);
/**
* Prints information contained in the DSI to stdout.
+ *
+ * @param dsi Pointer to the DSI data structure to be printed.
*/
void navPrint_DSI(dsi_t *);