MP4, converted vectors to set

This commit is contained in:
Oswald Auguste de Bruin 2013-10-04 12:21:06 +02:00 committed by Thulinma
parent fcb89da80b
commit 06cfc27d77

View file

@ -37,7 +37,7 @@ namespace Connector_HTTP {
//MP4 specific variables //MP4 specific variables
MP4::DTSC2MP4Converter Conv; MP4::DTSC2MP4Converter Conv;
std::vector<MP4::keyPart>::iterator keyPartIt; std::set<MP4::keyPart>::iterator keyPartIt;
unsigned int lastStats = 0;//Indicates the last time that we have sent stats to the server socket. unsigned int lastStats = 0;//Indicates the last time that we have sent stats to the server socket.
unsigned int seek_sec = 0;//Seek position in ms unsigned int seek_sec = 0;//Seek position in ms