[vlc-commits] bridge: an mdate() is an mtime_t

Steve Lhomme git at videolan.org
Thu Jun 14 16:41:02 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 13 14:54:42 2018 +0200| [45ee101e5ac76f0ead13cb97d2b0964430e35398] | committer: Steve Lhomme

bridge: an mdate() is an mtime_t

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

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

diff --git a/modules/stream_out/bridge.c b/modules/stream_out/bridge.c
index 818fd52ed5..5c04f93a4c 100644
--- a/modules/stream_out/bridge.c
+++ b/modules/stream_out/bridge.c
@@ -508,7 +508,7 @@ static int SendIn( sout_stream_t *p_stream, void *_id, block_t *p_buffer )
     bridge_t *p_bridge;
     bool b_no_es = true;
     int i;
-    int i_date = mdate();
+    mtime_t i_date = mdate();
 
     /* First forward the packet for our own ES */
     if( !p_sys->b_placeholder )



More information about the vlc-commits mailing list