diff libmpdvdkit2/nav_print.h @ 15874:483e955893b8

update libdvdread to v0.9.4
author aurel
date Thu, 30 Jun 2005 22:48:26 +0000
parents 25df9508f9a8
children 0783dd397f74
line wrap: on
line diff
--- a/libmpdvdkit2/nav_print.h	Thu Jun 30 22:41:40 2005 +0000
+++ b/libmpdvdkit2/nav_print.h	Thu Jun 30 22:48:26 2005 +0000
@@ -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 *);