Fixed updating of old DTSH files not happening.
This commit is contained in:
parent
b5745727a0
commit
5058addf70
2 changed files with 31 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace Mist {
|
|||
void play(int until = 0);
|
||||
void playOnce();
|
||||
void quitPlay();
|
||||
void checkHeaderTimes(std::string streamFile);
|
||||
virtual void removeUnused();
|
||||
virtual void trackSelect(std::string trackSpec){};
|
||||
virtual void userCallback(char * data, size_t len, unsigned int id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue