[vlc-commits] webvtt: the time field is a vlc_tick_t

Steve Lhomme git at videolan.org
Wed Sep 19 11:58:32 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed May  9 16:24:02 2018 +0200| [c9cd6f702ee8da2291a0d5fe3f2e03d4240575fb] | committer: Steve Lhomme

webvtt: the time field is a vlc_tick_t

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

 modules/demux/webvtt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/webvtt.c b/modules/demux/webvtt.c
index 505096d099..cfc7915691 100644
--- a/modules/demux/webvtt.c
+++ b/modules/demux/webvtt.c
@@ -38,7 +38,7 @@
 
 struct index_entry_s
 {
-    int64_t time;
+    vlc_tick_t time;
     unsigned active;
 };
 



More information about the vlc-commits mailing list