diff --git a/src/input/input_flv.cpp b/src/input/input_flv.cpp index 6b0d9b59..66aa218b 100644 --- a/src/input/input_flv.cpp +++ b/src/input/input_flv.cpp @@ -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; }