[vlc-commits] demux:mp4: the track i_time is not an mtime_t

Steve Lhomme git at videolan.org
Thu Jun 14 16:41:15 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jun  8 14:37:06 2018 +0200| [cf903872e4e69172090f6745fa3eaa2b44490ae5] | committer: Steve Lhomme

demux:mp4: the track i_time is not an mtime_t

It's always set/add/converted from an stime_t value.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf903872e4e69172090f6745fa3eaa2b44490ae5
---

 modules/demux/mp4/mp4.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mp4/mp4.h b/modules/demux/mp4/mp4.h
index 0f4c51b74b..d73b5a00bc 100644
--- a/modules/demux/mp4/mp4.h
+++ b/modules/demux/mp4/mp4.h
@@ -137,7 +137,7 @@ typedef struct
     bool b_codec_need_restart;
 #endif
 
-    mtime_t i_time; // track scaled
+    stime_t i_time; // track scaled
 
     /* rrtp reception hint track */
     MP4_Box_t *p_sdp;                         /* parsed for codec and other info */



More information about the vlc-commits mailing list