vlc | branch: master | Steve Lhomme <[email protected]> | Mon Jun 11 17:31:13 2018 +0200| [57771c45666de80a7935d2e3c137c5fb23d17fbe] | committer: Steve Lhomme
mux:mp4: mp4mux_edit_t.i_duration is an mtime_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57771c45666de80a7935d2e3c137c5fb23d17fbe --- modules/mux/mp4/libmp4mux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mux/mp4/libmp4mux.h b/modules/mux/mp4/libmp4mux.h index 775bf2005d..792274da12 100644 --- a/modules/mux/mp4/libmp4mux.h +++ b/modules/mux/mp4/libmp4mux.h @@ -36,7 +36,7 @@ typedef struct typedef struct { - uint64_t i_duration; + mtime_t i_duration; mtime_t i_start_time; mtime_t i_start_offset; } mp4mux_edit_t; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
