rename cPlayback::isPlaying() => cPlayback::IsPlaying()

Origin commit data
------------------
Branch: master
Commit: 908464559c
Author: martii <m4rtii@gmx.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-01-12 14:13:14 +01:00
parent 504f45dbf3
commit 692a0b6dc0
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ class cPlayback
void FindAllDvbsubtitlePids(int *pids, unsigned int *numpidd, std::string *language);
void FindAllTeletextsubtitlePids(int *pids, unsigned int *numpidt, std::string *tlanguage);
void RequestAbort(void);
bool isPlaying(void) { return false; }
bool IsPlaying(void) { return false; }
void FindAllSubs(int *pids, unsigned int *supported, unsigned int *numpida, std::string *language);
bool SelectSubtitles(int pid);
void GetChapters(std::vector<int> &positions, std::vector<std::string> &titles);