[vlc-devel] [PATCH] live555: fix invalid conversion error
Ross Finlayson
finlayson at live555.com
Fri Mar 1 00:06:21 CET 2013
> base64Decode appears to be defined as unsigned char* base64Decode(char* in, unsigned& resultSize, Boolean trimTrailingZeros);
Not anymore. You must be using an old version of the "LIVE555 Streaming Media" libraries. SInce version 2012.03.20, "base64Decode()" has been defined as:
unsigned char* base64Decode(char const* in, unsigned& resultSize, Boolean trimTrailingZeros = True);
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130301/9e80c8ce/attachment.html>
More information about the vlc-devel
mailing list