[vlc-commits] ttml: the offset is in vlc_tick_t
Steve Lhomme
git at videolan.org
Wed Sep 19 15:46:38 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Jul 24 09:34:35 2018 +0200| [afab5788122b51e2730da6f442fbe263afadba47] | committer: Steve Lhomme
ttml: the offset is in vlc_tick_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=afab5788122b51e2730da6f442fbe263afadba47
---
modules/codec/ttml/ttmlpes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/codec/ttml/ttmlpes.h b/modules/codec/ttml/ttmlpes.h
index 6180fac47e..9593148328 100644
--- a/modules/codec/ttml/ttmlpes.h
+++ b/modules/codec/ttml/ttmlpes.h
@@ -30,7 +30,7 @@ enum
struct ttml_in_pes_ctx
{
- int64_t i_offset; /* relative segment offset to apply */
+ vlc_tick_t i_offset; /* relative segment offset to apply */
vlc_tick_t i_prev_block_time; /* because blocks are duplicated */
vlc_tick_t i_prev_segment_start_time; /* because content can overlap */
};
More information about the vlc-commits
mailing list