allow to play audiofiles with multiformat player; split into video and audio

Origin commit data
------------------
Commit: ab3b4993ae
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-28 (Sat, 28 Oct 2017)

Origin message was:
------------------
- allow to play audiofiles with multiformat player; split into video and audio
This commit is contained in:
vanhofen
2017-10-28 19:13:45 +02:00
parent 1deb59adad
commit 8ebff3af91
13 changed files with 121 additions and 64 deletions

View File

@@ -220,7 +220,7 @@ class CFileBrowser
~CFileBrowser();
bool exec(const char * const dirname);
bool playlist_manager(CFileList &playlist,unsigned int playing);
bool playlist_manager(CFileList &playlist, unsigned int playing, bool is_audio_player = false);
CFile *getSelectedFile();
inline const CFileList & getSelectedFiles(void) const