Le sextidi 6 nivôse, an CCXXIV, Joel Holdsworth a écrit :
>      { "seekable", "control seekability of connection", OFFSET(seekable), 
> AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, D },
>      { "chunked_post", "use chunked transfer-encoding for posts", 
> OFFSET(chunked_post), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, E },
> +    { "http_proxy", "The HTTP proxy to communicate via", OFFSET(http_proxy), 
> AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D | E },
>      { "headers", "set custom HTTP headers, can override built in default 
> headers", OFFSET(headers), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D | E },

The wording and capitalization are inconsistent with the other options.

Apart from that, I see nothing wrong with the patch, but I am not maintainer
of this part of the code.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

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

Reply via email to