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.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/plugins/mpegplayer/stream_mgr.h b/apps/plugins/mpegplayer/stream_mgr.h
index dd5d8cabec..b2aa90967e 100644
--- a/apps/plugins/mpegplayer/stream_mgr.h
+++ b/apps/plugins/mpegplayer/stream_mgr.h
@@ -37,10 +37,6 @@ struct stream_mgr
37 struct list_item actl; /* List of active streams */ 37 struct list_item actl; /* List of active streams */
38 struct mutex str_mtx; /* Main stream manager mutex */ 38 struct mutex str_mtx; /* Main stream manager mutex */
39 struct mutex actl_mtx; /* Lock for current-streams list */ 39 struct mutex actl_mtx; /* Lock for current-streams list */
40#ifndef HAVE_LCD_COLOR
41 void *graymem;
42 size_t graysize;
43#endif
44 union /* A place for reusable non-cacheable parameters */ 40 union /* A place for reusable non-cacheable parameters */
45 { 41 {
46 struct vo_rect rc; 42 struct vo_rect rc;
@@ -109,9 +105,10 @@ bool stream_show_vo(bool show);
109void stream_vo_set_clip(const struct vo_rect *rc); 105void stream_vo_set_clip(const struct vo_rect *rc);
110 106
111#ifndef HAVE_LCD_COLOR 107#ifndef HAVE_LCD_COLOR
112/* Set the gray overlay rectangle */
113bool stream_set_gray_rect(const struct vo_rect *rc);
114void stream_gray_show(bool show); 108void stream_gray_show(bool show);
109#ifdef GRAY_CACHE_MAINT
110void stream_gray_pause(bool pause);
111#endif
115#endif 112#endif
116 113
117/* Display thumbnail of the current seekpoint */ 114/* Display thumbnail of the current seekpoint */