diff dvdnav/dvdnav.h @ 397:a70f79850e5f src

implement and export dvdnav_get_serial_string(); patch by Matthew Wire devel - mrwire - co - uk. Fixed by Erik
author nicodvb
date Mon, 02 Feb 2009 22:55:58 +0000
parents 9c5aef10d165
children 390fbf2a9602
line wrap: on
line diff
--- a/dvdnav/dvdnav.h	Mon Jan 12 12:10:32 2009 +0000
+++ b/dvdnav/dvdnav.h	Mon Feb 02 22:55:58 2009 +0000
@@ -537,6 +537,13 @@
 dvdnav_status_t dvdnav_get_title_string(dvdnav_t *self, const char **title_str);
 
 /*
+ * Returns a string containing the serial number of the DVD.
+ * This has a max of 15 characters and should be more unique than the
+ * title string.
+ */
+dvdnav_status_t dvdnav_get_serial_string(dvdnav_t *self, const char **serial_str);
+
+/*
  * Get video aspect code.
  * The aspect code does only change on VTS boundaries.
  * See the DVDNAV_VTS_CHANGE event.