mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Merge commit '3a6bb97350'
* commit '3a6bb97350': Icecast: Send 100-continue header if possible See:17dc39e76bMerged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
f3c324a0fe
1 changed files with 1 additions and 1 deletions
|
|
@ -115,11 +115,11 @@ static int icecast_open(URLContext *h, const char *uri, int flags)
|
|||
av_dict_set(&opt_dict, "auth_type", "basic", 0);
|
||||
av_dict_set(&opt_dict, "headers", headers, 0);
|
||||
av_dict_set(&opt_dict, "chunked_post", "0", 0);
|
||||
av_dict_set(&opt_dict, "send_expect_100", s->legacy_icecast ? "0" : "1", 0);
|
||||
if (NOT_EMPTY(s->content_type))
|
||||
av_dict_set(&opt_dict, "content_type", s->content_type, 0);
|
||||
else
|
||||
av_dict_set(&opt_dict, "content_type", "audio/mpeg", 0);
|
||||
av_dict_set(&opt_dict, "send_expect_100", s->legacy_icecast ? "0" : "1", 0);
|
||||
if (NOT_EMPTY(s->user_agent))
|
||||
av_dict_set(&opt_dict, "user_agent", s->user_agent, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue