movieplayer: align some variables names to tango's names

Origin commit data
------------------
Branch: ni/coolstream
Commit: 28fbb16cf9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-30 (Mon, 30 Oct 2017)

Origin message was:
------------------
- movieplayer: align some variables names to tango's names

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-10-30 01:44:01 +01:00
parent 25f2d18368
commit 05ca99601a
5 changed files with 25 additions and 18 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 is_audio_player = false);
bool playlist_manager(CFileList &playlist, unsigned int playing, bool is_audio_playing = false);
CFile *getSelectedFile();
inline const CFileList & getSelectedFiles(void) const