Update singleFileMuxer.cpp

This commit is contained in:
jcdr428 2020-01-31 14:04:40 +02:00 committed by GitHub
parent 1407b6c836
commit 6ccf0a0cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ void SingleFileMuxer::intAddStream(const std::string& streamName, const std::str
vector<string> 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)