]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audiod: Split open_current_receiver().
authorAndre Noll <maan@systemlinux.org>
Sat, 30 Jan 2010 13:20:19 +0000 (14:20 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 30 Jan 2010 13:20:19 +0000 (14:20 +0100)
We need to check whether the current receiver should be opened from both
pre_select() and post_select(). So rename this function to must_start_decoder(),
make it return bool and do not start the decoder there.

This change makes audiod start the decoder as soon as possible.


No differences found