summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2005-10-15 14:04:05 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2005-10-15 14:04:05 +0000
commit442cd33e126b31bab61c061fc1ded54c3eaaf8b5 (patch)
treed7419677c7c1e85a1e10d7d836a0749d9ac2dc78 /src
parentf3484a2384ffee6cfd2fa7ea3e89a716d065dfe8 (diff)
downloadxine-lib-442cd33e126b31bab61c061fc1ded54c3eaaf8b5.tar.gz
xine-lib-442cd33e126b31bab61c061fc1ded54c3eaaf8b5.tar.bz2
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
Diffstat (limited to 'src')
-rw-r--r--src/input/libdvdnav/dvdnav.c4
1 files changed, 2 insertions, 2 deletions
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;