[vlc-commits] demux: ogg: the internal i_time is a vlc_tick_t

Steve Lhomme git at videolan.org
Wed Sep 19 13:23:52 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May 31 18:12:03 2018 +0200| [4416844449b419da2af7b4ea538cef77f990df4c] | committer: Steve Lhomme

demux: ogg: the internal i_time is a vlc_tick_t

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

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

diff --git a/modules/demux/ogg.c b/modules/demux/ogg.c
index 4fc2d28a0a..3f58716b2b 100644
--- a/modules/demux/ogg.c
+++ b/modules/demux/ogg.c
@@ -3265,7 +3265,7 @@ bool Ogg_GetBoundsUsingSkeletonIndex( logical_stream_t *p_stream, vlc_tick_t i_t
     struct
     {
         int64_t i_pos;
-        int64_t i_time;
+        vlc_tick_t i_time;
     } current = { 0, 0 }, prev = { -1, -1 };
 
     uint64_t i_keypoints_found = 0;



More information about the vlc-commits mailing list