diff dvdnav_internal.h @ 265:99d33725395d src

commit Miguel's approach on the time search function (it needs fixing, because it does not use the time table, but interpolates only cell times; but better than not having the function at all)
author mroi
date Mon, 03 Oct 2005 21:07:14 +0000
parents 39d2fc310eb9
children 77e472cef5f8
line wrap: on
line diff
--- a/dvdnav_internal.h	Wed Apr 20 16:16:20 2005 +0000
+++ b/dvdnav_internal.h	Mon Oct 03 21:07:14 2005 +0000
@@ -183,6 +183,11 @@
   char err_str[MAX_ERR_LEN];
 };
 
+/** HELPER FUNCTIONS **/
+
+/* converts a dvd_time_t to PTS ticks */
+int64_t dvdnav_convert_time(dvd_time_t *time);
+
 /** USEFUL MACROS **/
 
 #ifdef __GNUC__