[vlc-commits] input_internal: i_pts_delay is an mtime_t value

Steve Lhomme git at videolan.org
Sat May 5 18:10:34 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Sat May  5 10:11:51 2018 +0200| [47d958d6c7a7f071a9f2fe6c271780279abaa72d] | committer: Rémi Denis-Courmont

input_internal: i_pts_delay is an mtime_t value

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 src/input/input_internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/input/input_internal.h b/src/input/input_internal.h
index a05663b516..1c8a877bd9 100644
--- a/src/input/input_internal.h
+++ b/src/input/input_internal.h
@@ -72,7 +72,7 @@ typedef struct
     double f_fps;
 
     /* */
-    int64_t i_pts_delay;
+    mtime_t i_pts_delay;
 
     bool       b_eof;   /* eof of demuxer */
 



More information about the vlc-commits mailing list