MP4, converted vectors to set
This commit is contained in:
parent
fcb89da80b
commit
06cfc27d77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue