[vlc-commits] demux:image: pts_offset is a vlc_tick_t
    Steve Lhomme 
    git at videolan.org
       
    Wed Sep 19 15:46:26 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun  6 13:41:05 2018 +0200| [e54ed8dda6784fb6b44230cdaf4e42ed44c903e3] | committer: Steve Lhomme
demux:image: pts_offset is a vlc_tick_t
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e54ed8dda6784fb6b44230cdaf4e42ed44c903e3
---
 modules/demux/image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/image.c b/modules/demux/image.c
index de4d88d322..4220383c28 100644
--- a/modules/demux/image.c
+++ b/modules/demux/image.c
@@ -104,7 +104,7 @@ typedef struct
     es_out_id_t *es;
     vlc_tick_t  duration;
     bool        is_realtime;
-    int64_t     pts_offset;
+    vlc_tick_t  pts_offset;
     vlc_tick_t  pts_next;
     date_t        pts;
 } demux_sys_t;
    
    
More information about the vlc-commits
mailing list