forked from len0rd/rockbox
Implement YUV dithering for c200, and enable the option in mpegplayer.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15246 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e1a91b9138
commit
c1051549b9
6 changed files with 360 additions and 22 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
enum mpeg_option_id
|
||||
{
|
||||
#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200)
|
||||
#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200)
|
||||
MPEG_OPTION_DITHERING,
|
||||
#endif
|
||||
MPEG_OPTION_DISPLAY_FPS,
|
||||
|
@ -33,7 +33,7 @@ struct mpeg_settings {
|
|||
int resume_count; /* total # of resumes in config file */
|
||||
int resume_time; /* resume time for current mpeg (in half minutes) */
|
||||
char resume_filename[128]; /* filename of current mpeg */
|
||||
#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200)
|
||||
#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200)
|
||||
int displayoptions;
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue