summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/stream_mgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/stream_mgr.h')
-rw-r--r--apps/plugins/mpegplayer/stream_mgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/stream_mgr.h b/apps/plugins/mpegplayer/stream_mgr.h
index e3ea9207e6..a00b39f189 100644
--- a/apps/plugins/mpegplayer/stream_mgr.h
+++ b/apps/plugins/mpegplayer/stream_mgr.h
@@ -27,7 +27,7 @@
27 * coordination with assistance from the parser */ 27 * coordination with assistance from the parser */
28struct stream_mgr 28struct stream_mgr
29{ 29{
30 struct thread_entry *thread; /* Playback control thread */ 30 unsigned int thread; /* Playback control thread */
31 struct event_queue *q; /* event queue for control thread */ 31 struct event_queue *q; /* event queue for control thread */
32 const char *filename; /* Current filename */ 32 const char *filename; /* Current filename */
33 uint32_t resume_time; /* The stream tick where playback was 33 uint32_t resume_time; /* The stream tick where playback was