From 442cd33e126b31bab61c061fc1ded54c3eaaf8b5 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sat, 15 Oct 2005 14:04:05 +0000 Subject: Summary: dvdnav: Make dvd play work again. Correct static function that is not static. CVS patchset: 7762 CVS date: 2005/10/15 14:04:05 --- src/input/libdvdnav/dvdnav.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/libdvdnav/dvdnav.c b/src/input/libdvdnav/dvdnav.c index d2a28a52c..6c1852885 100644 --- a/src/input/libdvdnav/dvdnav.c +++ b/src/input/libdvdnav/dvdnav.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dvdnav.c,v 1.33 2004/12/20 19:27:20 mroi Exp $ + * $Id: dvdnav.c,v 1.34 2005/10/15 14:04:05 jcdutton Exp $ * */ @@ -203,7 +203,7 @@ const char* dvdnav_err_to_string(dvdnav_t *this) { } /* 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; -- cgit v1.2.3