[vlc-commits] libmp4: add scaled time alias

Francois Cartegnie git at videolan.org
Wed Oct 14 16:58:29 CEST 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Oct 12 16:18:42 2015 +0200| [3f8fdb322628ed4a2e6b571cd8de5ef622e15f2e] | committer: Francois Cartegnie

libmp4: add scaled time alias

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

 modules/demux/mp4/libmp4.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/demux/mp4/libmp4.h b/modules/demux/mp4/libmp4.h
index bcaacff..c5c84d2 100644
--- a/modules/demux/mp4/libmp4.h
+++ b/modules/demux/mp4/libmp4.h
@@ -26,6 +26,9 @@
 #include <vlc_es.h>
 #include <vlc_codecs.h>
 
+/* Use alias for scaled time */
+typedef int64_t stime_t;
+
 #define BLOCK16x16 (1<<16)
 
 #define MAJOR_3gp4 VLC_FOURCC( '3', 'g', 'p', '4' )



More information about the vlc-commits mailing list