2016-09-15 22:21 GMT+08:00 Clément Bœsch <u...@pkh.me>: > On Thu, Sep 15, 2016 at 10:04:48PM +0800, Steven Liu wrote: > > double user-agent option, same option, remove one. > > > > Signed-off-by: Steven Liu <lingjiujia...@gmail.com> > > --- > > libavformat/http.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/libavformat/http.c b/libavformat/http.c > > index adb3d92..f2bfb17 100644 > > --- a/libavformat/http.c > > +++ b/libavformat/http.c > > @@ -131,7 +131,6 @@ static const AVOption options[] = { > > { "headers", "set custom HTTP headers, can override built in default > > headers", OFFSET(headers), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D > | E > > }, > > { "content_type", "set a specific content type for the POST > messages", > > OFFSET(content_type), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, D | E }, > > { "user_agent", "override User-Agent header", OFFSET(user_agent), > > AV_OPT_TYPE_STRING, { .str = DEFAULT_USER_AGENT }, 0, 0, D }, > > - { "user-agent", "override User-Agent header", OFFSET(user_agent), > > one has '_', the other '-' > > -- > Clément B. >
all right, i ignore the '_' . ignore this patch please. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel