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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/stream_mgr.c b/apps/plugins/mpegplayer/stream_mgr.c
index b962c5b993..778ed0df83 100644
--- a/apps/plugins/mpegplayer/stream_mgr.c
+++ b/apps/plugins/mpegplayer/stream_mgr.c
@@ -1005,7 +1005,7 @@ int stream_init(void)
1005 graymem = mem; 1005 graymem = mem;
1006#endif 1006#endif
1007 1007
1008 success = grey_init(rb, graymem, memsize, GREY_BUFFERED, 1008 success = grey_init(rb, graymem, memsize, GREY_BUFFERED|GREY_ON_COP,
1009 LCD_WIDTH, LCD_HEIGHT, &graysize); 1009 LCD_WIDTH, LCD_HEIGHT, &graysize);
1010 1010
1011 /* This can run on another processor - align size */ 1011 /* This can run on another processor - align size */