diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-01-11 00:46:09 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-01-11 00:46:09 +0000 |
| commit | 753b65737f65296914bcf5055f82272af3ef2e65 (patch) | |
| tree | ff1417794385a6fc675b4692ac9ed989fa45d67b /apps/plugins/mpegplayer/stream_thread.h | |
| parent | 59f0e7023c86e64db4e6d95aa501ea5a48a35cdf (diff) | |
| download | rockbox-753b65737f65296914bcf5055f82272af3ef2e65.zip rockbox-753b65737f65296914bcf5055f82272af3ef2e65.tar.gz rockbox-753b65737f65296914bcf5055f82272af3ef2e65.tar.bz2 rockbox-753b65737f65296914bcf5055f82272af3ef2e65.tar.xz | |
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
Diffstat (limited to 'apps/plugins/mpegplayer/stream_thread.h')
| -rw-r--r-- | apps/plugins/mpegplayer/stream_thread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/mpegplayer/stream_thread.h b/apps/plugins/mpegplayer/stream_thread.h index 58cb7b9..ddacb4b 100644 --- a/apps/plugins/mpegplayer/stream_thread.h +++ b/apps/plugins/mpegplayer/stream_thread.h @@ -107,9 +107,6 @@ enum stream_message VIDEO_PRINT_FRAME, /* Print the frame at the current position */ VIDEO_PRINT_THUMBNAIL, /* Print a thumbnail of the current position */ VIDEO_SET_CLIP_RECT, /* Set the visible video area */ -#ifdef GRAY_CACHE_MAINT - VIDEO_GRAY_CACHEOP, -#endif STREAM_MESSAGE_LAST, }; |