On Fri, May 11, 2018 at 2:39 PM, Moritz Barsnick <barsn...@gmx.net> wrote: > 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
Thanks! I wasn't sure about this, so fixed locally and will be part of the next full patchset. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel