vlc | branch: master | Steve Lhomme <rob...@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;
 };
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to