On Thu, May 10, 2018 at 17:41:24 +0200, Stephan Holljes wrote:
> +    while ((handshake = avio_handshake(client_ctx)) > 0) {
> +        av_opt_get(client_ctx, "method", AV_OPT_SEARCH_CHILDREN, &method);
> +        av_opt_get(client_ctx, "resource", AV_OPT_SEARCH_CHILDREN, 
> &resource);

Cast the last argument to (uint8_t **) to silence the warnings.

Moritz
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to