[vlc-commits] avcodec: demux: the local i_start_time is an vlc_tick_t

Steve Lhomme git at videolan.org
Thu Sep 20 12:43:59 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri May 11 19:17:28 2018 +0200| [5d41589c36933b827f258b38aa534190b93bd7ae] | committer: Steve Lhomme

avcodec: demux: the local i_start_time is an vlc_tick_t

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

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

diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
index 8bdaed0afc..b93c3f6f71 100644
--- a/modules/demux/avformat/demux.c
+++ b/modules/demux/avformat/demux.c
@@ -751,7 +751,7 @@ static int Demux( demux_t *p_demux )
     demux_sys_t *p_sys = p_demux->p_sys;
     AVPacket    pkt;
     block_t     *p_frame;
-    int64_t     i_start_time;
+    vlc_tick_t  i_start_time;
 
     /* Read a frame */
     int i_av_ret = av_read_frame( p_sys->ic, &pkt );



More information about the vlc-commits mailing list