]> git.sesse.net Git - vlc/commit
The msleep in stream.c is useless as access MUST wait themselves.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 7 Sep 2008 20:50:54 +0000 (22:50 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 7 Sep 2008 20:50:54 +0000 (22:50 +0200)
commit0069e74976a75ee075a901f4632b3a4239a48388
tree1c2a399074fa8094799c27539674211436446121
parent8d0e42edea792212cca0098d8e247d134bb6e424
The msleep in stream.c is useless as access MUST wait themselves.

At worst it will use a lot of CPU but this will allow to detect buggy
access/access_demux module.
src/input/stream.c