[vlc-commits] mux:mp4: mp4mux_edit_t.i_duration is an mtime_t
Steve Lhomme
git at videolan.org
Thu Jun 14 16:40:50 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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;
More information about the vlc-commits
mailing list