[Live-devel] StreamParser::afterGettingBytes() warning

Julian Lamberty julian.lamberty at mytum.de
Wed May 30 06:16:21 PDT 2007


Humm, actually it should not:

if(enc_bytes > fMaxSize)
{
    fFrameSize = fMaxSize;
    fNumTruncatedBytes = enc_bytes - fMaxSize;
}
else
{
    fFrameSize = enc_bytes;
    fNumTruncatedBytes = 0;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5198 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.live555.com/pipermail/live-devel/attachments/20070530/c5e06523/attachment.bin 


More information about the live-devel mailing list