[vlc-devel] [PATCH] live555: fix invalid conversion error

Francois Cartegnie fcvlcdev at free.fr
Sun Mar 3 14:36:10 CET 2013


Le 02/03/2013 20:51, Edward Wang a écrit :

Being in
static uint8_t *parseVorbisConfigStr( char const* configStr,
                                      unsigned int& configSize )

> +    unsigned char *p_cfg = base64Decode( (char*)configStr, configSize );

If you promise not to alter data, you can't forward it to a function
that nows tells it will.

Francois



More information about the vlc-devel mailing list