[FFmpeg-devel] [PATCH 3/5] ffserver: Implement http interface and implementation

Moritz Barsnick barsnick at gmx.net
Fri May 11 15:39:41 EEST 2018


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


More information about the ffmpeg-devel mailing list