vlc | branch: master | Steve Lhomme <[email protected]> | Tue Jun 12 13:42:38 2018 +0200| [2230a23f6d27505d7e7b80663d18d663e9f3f897] | committer: Steve Lhomme
mux:mp4: the i_length_neg is an mtime_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2230a23f6d27505d7e7b80663d18d663e9f3f897 --- modules/mux/mp4/mp4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mux/mp4/mp4.c b/modules/mux/mp4/mp4.c index 491464b453..754519af53 100644 --- a/modules/mux/mp4/mp4.c +++ b/modules/mux/mp4/mp4.c @@ -129,7 +129,7 @@ typedef struct mp4mux_trackinfo_t mux; /* index */ - int64_t i_length_neg; + mtime_t i_length_neg; /* applies to current segment only */ int64_t i_first_dts; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
