vlc | branch: master | Steve Lhomme <[email protected]> | 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 ) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
