Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | assert song->url != NULL | Max Kellermann | 2008-08-26 | 1 | -0/+4 |
| | |||||
* | don't call quitDecode() in waitOnDecode() | Max Kellermann | 2008-08-26 | 1 | -2/+3 |
| | | | | | To make the code more consistent, call quitDecode() only at the end of decodeParent(). | ||||
* | moved code to player_thread.c | Max Kellermann | 2008-08-26 | 1 | -0/+466 |
Move code which runs in the player thread to player_thread.c. Having a lot of player thread code in decode.c isn't easy to understand. |