startframeindex corrected

This commit is contained in:
Dhanya Maliakal 2016-11-02 15:42:15 +01:00
parent ece614eb7e
commit e2d6bf31a3

View File

@ -2858,7 +2858,7 @@ void UDPStandardImplementation::handleWithoutMissingPackets(int ithread, char* w
//get current frame number
uint64_t tempframenumber;
tempframenumber = (*((uint32_t*)(buffer[ithread]+8)));
tempframenumber = (*((uint32_t*)(buffer[ithread]+8))) - startFrameIndex;
cout<<"handling: frame number:"<<tempframenumber<<endl;
if (cbAction < DO_EVERYTHING)