[vlc-devel] commit: TS mux: seemingly useless sleep (pf_mux is synchronous) ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Aug 25 16:58:28 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Aug 25 17:56:20 2009 +0300| [0a373446ea76c458fdba5d31059bfea820813a04] | committer: Rémi Denis-Courmont
TS mux: seemingly useless sleep (pf_mux is synchronous)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a373446ea76c458fdba5d31059bfea820813a04
---
modules/mux/mpeg/ts.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c
index 37f1f5e..c481aed 100644
--- a/modules/mux/mpeg/ts.c
+++ b/modules/mux/mpeg/ts.c
@@ -1396,7 +1396,6 @@ static int Mux( sout_mux_t *p_mux )
block_FifoEmpty( p_mux->pp_inputs[i]->p_fifo );
}
msg_Dbg( p_mux, "waiting for PCR streams" );
- msleep( 1000 );
return VLC_SUCCESS;
}
p_pcr_stream = (ts_stream_t*)p_sys->p_pcr_input->p_sys;
More information about the vlc-devel
mailing list