summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/stream_mgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/stream_mgr.c')
-rw-r--r--apps/plugins/mpegplayer/stream_mgr.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/plugins/mpegplayer/stream_mgr.c b/apps/plugins/mpegplayer/stream_mgr.c
index ad1df6f31a..e79c5fd595 100644
--- a/apps/plugins/mpegplayer/stream_mgr.c
+++ b/apps/plugins/mpegplayer/stream_mgr.c
@@ -809,6 +809,13 @@ uint32_t stream_get_seek_time(uint32_t *start)
809 return time; 809 return time;
810} 810}
811 811
812/* Wait for a state transistion to complete */
813void stream_wait_status(void)
814{
815 stream_mgr_lock();
816 stream_mgr_unlock();
817}
818
812/* Returns the smallest file window that includes all active streams' 819/* Returns the smallest file window that includes all active streams'
813 * windows */ 820 * windows */
814static bool stream_get_window_callback(struct list_item *item, 821static bool stream_get_window_callback(struct list_item *item,