vlc | branch: master | Steve Lhomme <[email protected]> | 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 */

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to