Merge branch 'development' into LTS_development
This commit is contained in:
commit
104b7849e0
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ namespace Mist {
|
|||
while (!feof(inFile) && !FLV::Parse_Error){
|
||||
if (tmpTag.FileLoader(inFile)){
|
||||
if ( !selectedTracks.count(tmpTag.getTrackID())){
|
||||
return getNext();
|
||||
lastBytePos = ftell(inFile);
|
||||
continue;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue