[vlc-commits] ttml: the SET/GET position uses vlc_tick_t

Steve Lhomme git at videolan.org
Thu Sep 20 12:43:58 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Sep 20 11:16:58 2018 +0200| [8450e9432151950a58c6a462e166547c01a34191] | committer: Steve Lhomme

ttml: the SET/GET position uses vlc_tick_t

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

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

diff --git a/modules/demux/ttml.c b/modules/demux/ttml.c
index 4e834e1a3b..02b7cc7d83 100644
--- a/modules/demux/ttml.c
+++ b/modules/demux/ttml.c
@@ -207,7 +207,7 @@ static void tt_node_ToText( struct vlc_memstream *p_stream, const tt_basenode_t
 static int Control( demux_t* p_demux, int i_query, va_list args )
 {
     demux_sys_t *p_sys = p_demux->p_sys;
-    int64_t i64;
+    vlc_tick_t i64;
     double *pf, f;
     bool b;
 



More information about the vlc-commits mailing list