2017-09-04 16:16 GMT+08:00 Jeyapal, Karthick <[email protected]>:
>>On 9/4/17, 1:36 PM, "Steven Liu" 
>><[email protected]<mailto:[email protected]>> 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
> [email protected]
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

LGTM
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to