forked from len0rd/rockbox
MPEGPlyaer: A bit of audio mutation. Remove a useless thread state. Take some control over the buffer away from the audio thread itself. Some atomicity corrections.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28984 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b1a1831a17
commit
39107956ab
5 changed files with 141 additions and 84 deletions
|
@ -73,7 +73,6 @@ enum thread_states
|
|||
TSTATE_DECODE, /* is in a decoding state */
|
||||
TSTATE_RENDER, /* is in a rendering state */
|
||||
TSTATE_RENDER_WAIT, /* is waiting to render */
|
||||
TSTATE_RENDER_WAIT_END, /* is waiting on remaining data */
|
||||
};
|
||||
|
||||
/* Commands that streams respond to */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue