Re: [Live-devel] Reviewing RTPSource.cpp

2008-10-16 Thread Ross Finlayson
Thus the code can be changed to double timeDiff = timestampDiff/(double)(timestampFrequency); I believe this change make keeping a reference to fOurRTPSource In class RTPReceptionStats and RTPReceptionStatsDB useless. Yes, you're right. This will get cleaned up in the next release of the

[Live-devel] Reviewing RTPSource.cpp

2008-10-16 Thread Guy Bonneau
Minor comment about RTPSource.cpp. While reading the code for some understanding of the internal mecanism I came across the code. double timeDiff = timestampDiff/(double)(fOurRTPSource.timestampFrequency()); in method RTPReceptionStats::noteIncomingPacket. But the method already receive th