[vlc-commits] demux:mp4: the i_end is given stime_t not mtime_t

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


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Jun  8 10:40:41 2018 +0200| [a66d06336c754a9ccae4dc8806bcdbae165ceb6d] | committer: Steve Lhomme

demux:mp4: the i_end is given stime_t not mtime_t

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

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

diff --git a/modules/demux/mp4/fragments.c b/modules/demux/mp4/fragments.c
index 15c6297248..7331965b40 100644
--- a/modules/demux/mp4/fragments.c
+++ b/modules/demux/mp4/fragments.c
@@ -101,7 +101,7 @@ void MP4_Fragments_Index_Dump( vlc_object_t *p_obj, const mp4_fragments_index_t
     {
         char *psz_starts = NULL;
 
-        mtime_t i_end;
+        stime_t i_end;
         if( i + 1 == p_index->i_entries )
             i_end = p_index->i_last_time;
         else



More information about the vlc-commits mailing list