summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/stream_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/stream_thread.h')
-rw-r--r--apps/plugins/mpegplayer/stream_thread.h1
1 files changed, 0 insertions, 1 deletions
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
73 TSTATE_DECODE, /* is in a decoding state */ 73 TSTATE_DECODE, /* is in a decoding state */
74 TSTATE_RENDER, /* is in a rendering state */ 74 TSTATE_RENDER, /* is in a rendering state */
75 TSTATE_RENDER_WAIT, /* is waiting to render */ 75 TSTATE_RENDER_WAIT, /* is waiting to render */
76 TSTATE_RENDER_WAIT_END, /* is waiting on remaining data */
77}; 76};
78 77
79/* Commands that streams respond to */ 78/* Commands that streams respond to */