Small updates and fixes to the dtsc library.

This commit is contained in:
Erik Zandvliet 2013-06-27 13:06:09 +02:00
parent f88bee5baf
commit 526feda148
2 changed files with 8 additions and 5 deletions

View file

@ -207,7 +207,7 @@ namespace DTSC {
void setBufferTime(unsigned int ms);
bool isNewest(DTSC::livePos & pos);
DTSC::livePos getNext(DTSC::livePos & pos, std::set<int> & allowedTracks);
private:
private:
std::map<livePos,JSON::Value> buffers;
std::map<int,std::set<livePos> > keyframes;
void addPacket(JSON::Value & newPack);