progress bug

This commit is contained in:
Dhanya Maliakal 2016-11-03 14:22:37 +01:00
parent 48ae4b4ec2
commit b89f0a1663

View File

@ -2898,7 +2898,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
totalWritingPacketCount[ithread] += npackets;
lastFrameNumberInFile[ithread] = tempframenumber;
currentFrameNumber[ithread] = tempframenumber;
cout<<"curentframenumber:"<<currentFrameNumber[ithread]<<endl;
//cout<<"curentframenumber:"<<currentFrameNumber[ithread]<<endl;
if(numberofWriterThreads > 1)
pthread_mutex_lock(&writeMutex);