diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2011-01-07 05:17:28 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2011-01-07 05:17:28 +0000 |
| commit | 39107956ab680b37ade979e5379cf98a06604b13 (patch) | |
| tree | 156c4197b5ad0d99c165e07d81da7a3e1d3671b1 /apps/plugins/mpegplayer/stream_thread.h | |
| parent | b1a1831a17b17574b8a201dfcb348714772068b8 (diff) | |
| download | rockbox-39107956ab680b37ade979e5379cf98a06604b13.zip rockbox-39107956ab680b37ade979e5379cf98a06604b13.tar.gz rockbox-39107956ab680b37ade979e5379cf98a06604b13.tar.bz2 rockbox-39107956ab680b37ade979e5379cf98a06604b13.tar.xz | |
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
Diffstat (limited to 'apps/plugins/mpegplayer/stream_thread.h')
| -rw-r--r-- | apps/plugins/mpegplayer/stream_thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/stream_thread.h b/apps/plugins/mpegplayer/stream_thread.h index 5791a49..dfa6e8c 100644 --- a/apps/plugins/mpegplayer/stream_thread.h +++ b/apps/plugins/mpegplayer/stream_thread.h @@ -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 */ |