mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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:
parent
b397fe5ae3
commit
043ebca136
5 changed files with 183 additions and 34 deletions
|
@ -1213,6 +1213,7 @@ int parser_init_stream(void)
|
|||
|
||||
void parser_close_stream(void)
|
||||
{
|
||||
str_send_msg(&video_str, STREAM_CLOSE, 0);
|
||||
stream_remove_streams();
|
||||
parser_init_state();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue