]> git.sesse.net Git - vlc/commit
Allowed non pace controled access_demux to not implement the pf_demux callback.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 16 Jul 2009 19:08:05 +0000 (21:08 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 16 Jul 2009 19:12:45 +0000 (21:12 +0200)
commit0151e40d1d849570f576588a1fab85a04653c250
treeda2f7ebc6e16348ad1c9111a4816999b5b55d037
parent2f9d9766dfe25f100ef04d0d812aebdd18401c0d
Allowed non pace controled access_demux to not implement the pf_demux callback.

 It allows to decrease the number of input thread wakeup and to
improve its reactiveness at user commands in case of data starvation.
src/input/demux.h
src/input/input.c