[vlc-commits] vlc_input: the length (duration) is in mtime_t

Steve Lhomme git at videolan.org
Sat May 5 18:10:18 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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 <remi at remlab.net>

> 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 */
 



More information about the vlc-commits mailing list