X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_mtime.h;h=8d51250dab38177845a3c4ff2fab79e30128506c;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=b3df907fa10ff8c9a95973dbad60657954f695a6;hpb=9d269c5baa523f8460b3f4c622feb85229e284d1;p=vlc diff --git a/include/vlc_mtime.h b/include/vlc_mtime.h index b3df907fa1..8d51250dab 100644 --- a/include/vlc_mtime.h +++ b/include/vlc_mtime.h @@ -58,7 +58,7 @@ VLC_EXPORT( char *, mstrtime, ( char *psz_buffer, mtime_t date ) ); VLC_EXPORT( mtime_t, mdate, ( void ) ); VLC_EXPORT( void, mwait, ( mtime_t date ) ); VLC_EXPORT( void, msleep, ( mtime_t delay ) ); -VLC_EXPORT( char *, secstotimestr, ( char *psz_buffer, int secs ) ); +VLC_EXPORT( char *, secstotimestr, ( char *psz_buffer, int32_t secs ) ); # define VLC_HARD_MIN_SLEEP 10000 /* 10 milliseconds = 1 tick at 100Hz */