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

Stephan Holljes klaxa1337 at googlemail.com
Fri May 11 15:46:16 EEST 2018


On Fri, May 11, 2018 at 2:39 PM, Moritz Barsnick <barsnick at 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 at 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.


More information about the ffmpeg-devel mailing list