vlc | branch: master | Steve Lhomme <[email protected]> | Sat May 5 09:23:19 2018 +0200| [c3298682d081af088b633ec00a7f099d2ae8f42f] | committer: Rémi Denis-Courmont
vlc_input: the length (duration) is in mtime_t Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3298682d081af088b633ec00a7f099d2ae8f42f --- include/vlc_input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_input.h b/include/vlc_input.h index f1298bf143..16c566a15b 100644 --- a/include/vlc_input.h +++ b/include/vlc_input.h @@ -93,7 +93,7 @@ typedef struct input_title_t { char *psz_name; - int64_t i_length; /* Length(microsecond) if known, else 0 */ + mtime_t i_length; /* Length(microsecond) if known, else 0 */ unsigned i_flags; /* Is it a menu or a normal entry */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
