Re: [Live-devel] base64Decode Drop Trailing Zeros

2013-08-15 Thread Chris Richardson (WTI)
Hi Ross, >>Thanks. This is actually the way that the "trimTrailingZeros" option was supposed to work. I've now installed a new version of the code that includes your fix. Thanks for incorporating this change. Chris Richardson WTI ___ live-

Re: [Live-devel] base64Decode Drop Trailing Zeros

2013-08-14 Thread Ross Finlayson
Thanks. This is actually the way that the "trimTrailingZeros" option was supposed to work. I've now installed a new version of the code that includes your fix. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list li

Re: [Live-devel] base64Decode Drop Trailing Zeros

2013-08-14 Thread Chris Richardson (WTI)
rdson WTI From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, August 14, 2013 11:55 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] base64Decode Drop Trailing Zeros I am using th

Re: [Live-devel] base64Decode Drop Trailing Zeros

2013-08-14 Thread Ross Finlayson
> I am using the LIVE555 function base64Decode to decode some base64 data. > Usually I want to drop the trailing zeros so I don’t end up with extra zeros > from the padding data, but if the source data itself contains trailing zeros > I would like to keep them. > > Is there a simple change yo

[Live-devel] base64Decode Drop Trailing Zeros

2013-08-14 Thread Chris Richardson (WTI)
Hi Ross, I am using the LIVE555 function base64Decode to decode some base64 data. Usually I want to drop the trailing zeros so I don't end up with extra zeros from the padding data, but if the source data itself contains trailing zeros I would like to keep them. Is there a simple change you