|
|
@@ -1593,7 +1593,7 @@ static int save_avio_options(AVFormatContext *s) |
|
|
{ |
|
|
{ |
|
|
HLSContext *c = s->priv_data; |
|
|
HLSContext *c = s->priv_data; |
|
|
static const char * const opts[] = { |
|
|
static const char * const opts[] = { |
|
|
"headers", "http_proxy", "user_agent", "user-agent", "cookies", "referer", "rw_timeout", NULL }; |
|
|
|
|
|
|
|
|
"headers", "http_proxy", "user_agent", "cookies", "referer", "rw_timeout", NULL }; |
|
|
const char * const * opt = opts; |
|
|
const char * const * opt = opts; |
|
|
uint8_t *buf; |
|
|
uint8_t *buf; |
|
|
int ret = 0; |
|
|
int ret = 0; |
|
|
|