[vlc-commits] subsdelay: the local offset is an mtime_t

Steve Lhomme git at videolan.org
Thu Jun 14 16:41:11 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 13 17:44:12 2018 +0200| [a5baa39e3580e4a7d15342e89ec7ea98ebfb92b0] | committer: Steve Lhomme

subsdelay: the local offset is an mtime_t

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

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

diff --git a/modules/spu/subsdelay.c b/modules/spu/subsdelay.c
index 33fc9bb111..4af42e745c 100644
--- a/modules/spu/subsdelay.c
+++ b/modules/spu/subsdelay.c
@@ -774,7 +774,7 @@ static void SubsdelayEnforceDelayRules( filter_t *p_filter )
 {
     subsdelay_heap_entry_t ** p_list;
     int i_count, i_overlap;
-    int64_t i_offset;
+    mtime_t i_offset;
     int64_t i_min_stops_interval;
     int64_t i_min_stop_start_interval;
     int64_t i_min_start_stop_interval;



More information about the vlc-commits mailing list