]> git.sesse.net Git - vlc/commit
Don't call input_ChangeState() constantly while being in error state, because it...
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 6 Dec 2007 15:33:45 +0000 (15:33 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 6 Dec 2007 15:33:45 +0000 (15:33 +0000)
commit5ffe7e0054f5483e898ca3945762dfe1f8959581
treeb66b49d4c497284b2854b7d5ba5c3cc2c3c5a83b
parent2a40307cee22c2eaac173647a21c617da5560d75
Don't call input_ChangeState() constantly while being in error state, because it triggers callbacks at each call. This can result in a busy rc interface.
src/input/input.c