From 39107956ab680b37ade979e5379cf98a06604b13 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 7 Jan 2011 05:17:28 +0000 Subject: 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 --- apps/plugins/mpegplayer/stream_thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/plugins/mpegplayer/stream_thread.h') diff --git a/apps/plugins/mpegplayer/stream_thread.h b/apps/plugins/mpegplayer/stream_thread.h index 5791a49e7f..dfa6e8c9a1 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 */ -- cgit v1.2.3