startframeindex corrected

This commit is contained in:
Dhanya Maliakal 2016-11-02 15:47:51 +01:00
parent b9caa1e1e1
commit f0c82d9027

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*)(wbuffer+8)));
cout<<"handling: frame number:"<<tempframenumber<<endl;
tempframenumber -= startFrameIndex;
cout<<"handling: new frame number:"<<tempframenumber<<endl;