summaryrefslogtreecommitdiffstats
path: root/libmpdvdkit2/nav_print.h
diff options
context:
space:
mode:
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 *);