gui/movieplayer.cpp: add iso file mount

This commit is contained in:
[CST] Focus
2014-02-25 14:47:54 +04:00
parent e1c7198ed8
commit dbb5de61c8
2 changed files with 81 additions and 43 deletions

View File

@@ -108,6 +108,7 @@ class CMoviePlayerGui : public CMenuTarget
/* playback from file */
bool is_file_player;
bool iso_file;
CFileBrowser * filebrowser;
CFileFilter tsfilefilter;
std::string Path_local;
@@ -142,6 +143,9 @@ class CMoviePlayerGui : public CMenuTarget
void clearSubtitle();
void selectChapter();
void selectAutoLang();
void parsePlaylist(CFile *file);
bool mountIso(CFile *file);
void makeFilename();
void Cleanup();
static void *ShowStartHint(void *arg);