2017-09-04 16:16 GMT+08:00 Jeyapal, Karthick <kjeya...@akamai.com>:
>>On 9/4/17, 1:36 PM, "Steven Liu" 
>><lingjiujia...@gmail.com<mailto:lingjiujia...@gmail.com>> wrote:
>>+    if (c->user_agent)
>>+        av_dict_set(options, "user-agent", c->user_agent, 0);
>>
>>should be
>>av_dict_set(options, "user_agent", c->user_agent, 0);
>
> Oh! OK Got it. Sorry for the confusion. Have attached the patch with 
> user_agent being set.
>
> Thanks,
> Karthick
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

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

Reply via email to