forked from len0rd/rockbox
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
This commit is contained in:
parent
59f0e7023c
commit
753b65737f
7 changed files with 9 additions and 96 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue