From 753b65737f65296914bcf5055f82272af3ef2e65 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 11 Jan 2008 00:46:09 +0000 Subject: Greyscale mpegplayer: * Use uncached greyscale buffers on dual core targets, removing the need for special cache handling. * Make the OSD properly disappear when viewing a widescreen or small video. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16052 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/video_thread.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/plugins/mpegplayer/video_thread.c') diff --git a/apps/plugins/mpegplayer/video_thread.c b/apps/plugins/mpegplayer/video_thread.c index 4fc428d..d10a967 100644 --- a/apps/plugins/mpegplayer/video_thread.c +++ b/apps/plugins/mpegplayer/video_thread.c @@ -612,14 +612,6 @@ static void video_thread_msg(struct video_thread_data *td) reply = video_str_scan(td, (struct str_sync_data *)td->ev.data); break; -#ifdef GRAY_CACHE_MAINT - case VIDEO_GRAY_CACHEOP: - td->ev.data ? - GRAY_INVALIDATE_ICACHE() : - GRAY_FLUSH_ICACHE(); - break; -#endif - case STREAM_QUIT: /* Time to go - make thread exit */ td->state = TSTATE_EOS; -- cgit v1.1