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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/stream_mgr.h b/apps/plugins/mpegplayer/stream_mgr.h
index c987181343..339af17182 100644
--- a/apps/plugins/mpegplayer/stream_mgr.h
+++ b/apps/plugins/mpegplayer/stream_mgr.h
@@ -137,6 +137,9 @@ static inline uint32_t stream_get_ticks(uint32_t *start)
137static inline int stream_status(void) 137static inline int stream_status(void)
138 { return stream_mgr.status; } 138 { return stream_mgr.status; }
139 139
140/* Wait for a state transistion to complete */
141void stream_wait_status(void);
142
140/* Returns the playback length of the stream */ 143/* Returns the playback length of the stream */
141static inline uint32_t stream_get_duration(void) 144static inline uint32_t stream_get_duration(void)
142 { return str_parser.duration; } 145 { return str_parser.duration; }