vlc | branch: master | Steve Lhomme <[email protected]> | 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 <[email protected]>

> 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 */
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to