1
0
Fork 0
forked from len0rd/rockbox

mpegplayer loose ends: Move gray_release to the exit routine where it should be. All gray handling is on CPU except frame rendering.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15979 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-12-29 22:12:10 +00:00
parent b08409ee40
commit 3b1f61a1ff
3 changed files with 6 additions and 10 deletions

View file

@ -1030,11 +1030,4 @@ void video_thread_exit(void)
IF_COP(invalidate_icache());
video_str.thread = NULL;
}
else
{
/* Some things were done before thread creation */
#ifndef HAVE_LCD_COLOR
gray_release();
#endif
}
}