[vlc-commits] subtitle: internal length is a vlc_tick_t
    Steve Lhomme 
    git at videolan.org
       
    Thu Sep 20 12:43:51 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Sep 20 10:20:05 2018 +0200| [6edafff5df5f4c96e289898675d80cc322317ffa] | committer: Steve Lhomme
subtitle: internal length is a vlc_tick_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6edafff5df5f4c96e289898675d80cc322317ffa
---
 modules/demux/subtitle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/subtitle.c b/modules/demux/subtitle.c
index dc2df5fc3c..3b9836587a 100644
--- a/modules/demux/subtitle.c
+++ b/modules/demux/subtitle.c
@@ -181,7 +181,7 @@ typedef struct
         size_t      i_current;
     } subtitles;
 
-    int64_t     i_length;
+    vlc_tick_t  i_length;
 
     /* */
     subs_properties_t props;
    
    
More information about the vlc-commits
mailing list