vlc | branch: master | Steve Lhomme <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
