[vlc-commits] ttml: the base time is a vlc_tick_t
Steve Lhomme
git at videolan.org
Wed Sep 19 11:58:33 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Sep 19 11:03:33 2018 +0200| [3ef62f8d13ebb7ec7f1ff0577435fe2d9a021ccb] | committer: Steve Lhomme
ttml: the base time is a vlc_tick_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ef62f8d13ebb7ec7f1ff0577435fe2d9a021ccb
---
modules/codec/ttml/ttml.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/ttml/ttml.h b/modules/codec/ttml/ttml.h
index efa8c1ef29..36fa70271c 100644
--- a/modules/codec/ttml/ttml.h
+++ b/modules/codec/ttml/ttml.h
@@ -35,7 +35,7 @@ enum
typedef struct
{
- int64_t base;
+ vlc_tick_t base;
unsigned frames;
//unsigned ticks;
} tt_time_t;
More information about the vlc-commits
mailing list