[vlc-devel] commit: vlc_timer_getoverrun result must be used ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Jun 3 18:22:13 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 3 18:53:38 2009 +0300| [e2c1b16917c657b054a19c0a14255d3daffd6e8d] | committer: Rémi Denis-Courmont
vlc_timer_getoverrun result must be used
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e2c1b16917c657b054a19c0a14255d3daffd6e8d
---
include/vlc_threads.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index d653595..8cf3d37 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -184,7 +184,7 @@ VLC_EXPORT (void, vlc_control_cancel, (int cmd, ...));
VLC_EXPORT( int, vlc_timer_create, (vlc_timer_t *, void (*) (vlc_timer_t *, void *), void *) LIBVLC_USED );
VLC_EXPORT( void, vlc_timer_destroy, (vlc_timer_t *) );
VLC_EXPORT( void, vlc_timer_schedule, (vlc_timer_t *, bool, mtime_t, mtime_t) );
-VLC_EXPORT( unsigned, vlc_timer_getoverrun, (const vlc_timer_t *) );
+VLC_EXPORT( unsigned, vlc_timer_getoverrun, (const vlc_timer_t *) LIBVLC_USED );
#ifndef LIBVLC_USE_PTHREAD_CANCEL
enum {
More information about the vlc-devel
mailing list