JSON library fix for empty-named objects. Also, stuff Erik did that I don't fully understand, but he made me amend his commit :'(

This commit is contained in:
Thulinma 2013-07-01 15:08:15 +02:00
parent 526feda148
commit 3e559fdffd
3 changed files with 30 additions and 91 deletions

View file

@ -201,7 +201,6 @@ namespace DTSC {
Ring * getRing();
unsigned int getTime();
void dropRing(Ring * ptr);
void updateHeaders();
int canSeekms(unsigned int ms);
livePos msSeek(unsigned int ms, std::set<int> & allowedTracks);
void setBufferTime(unsigned int ms);