diff --git a/tsMuxer/singleFileMuxer.cpp b/tsMuxer/singleFileMuxer.cpp index 3ecec96..4f99a16 100644 --- a/tsMuxer/singleFileMuxer.cpp +++ b/tsMuxer/singleFileMuxer.cpp @@ -121,7 +121,7 @@ void SingleFileMuxer::intAddStream(const std::string& streamName, const std::str vector fileList = extractFileList(streamName); string fileName; - if (fileList.size() < 2) + if (fileList.size() < 3) for (int i = 0; i < (int)fileList.size(); i++) { if (i > 0)