1
0
Fork 0
forked from len0rd/rockbox

FS#8607: MPEG video playlist

Add mode to play multiple mpeg files in the same directory in the order the file browser shows.
In this mode, Mpegplayer exits after finishing the last .mpg file.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28667 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Teruaki Kawashima 2010-11-26 12:32:00 +00:00
parent b397fe5ae3
commit 043ebca136
5 changed files with 183 additions and 34 deletions

View file

@ -62,6 +62,7 @@ enum mpeg_setting_id
MPEG_SETTING_DISPLAY_SETTINGS,
MPEG_SETTING_AUDIO_SETTINGS,
MPEG_SETTING_ENABLE_START_MENU,
MPEG_SETTING_PLAY_MODE,
MPEG_SETTING_CLEAR_RESUMES,
};
@ -83,6 +84,7 @@ struct mpeg_settings {
#if MPEG_OPTION_DITHERING_ENABLED
int displayoptions;
#endif
int play_mode; /* play single file or all files in directory */
/* Audio options - simple on/off specification */
int tone_controls;
int channel_modes;