diff dvdnav.c @ 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 8c86b61eb06f
children 21ba13a7b77a
line wrap: on
line diff
--- a/dvdnav.c	Wed Apr 20 16:16:20 2005 +0000
+++ b/dvdnav.c	Mon Oct 03 21:07:14 2005 +0000
@@ -203,7 +203,7 @@
 }
 
 /* converts a dvd_time_t to PTS ticks */
-static int64_t dvdnav_convert_time(dvd_time_t *time) {
+int64_t dvdnav_convert_time(dvd_time_t *time) {
   int64_t result;
   int64_t frames;