mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-18 17:16:53 +00:00
Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts."
This reverts commit 36deec010c
.
This commit is contained in:
parent
6eaaad37f8
commit
0b3c1854cb
@ -1637,7 +1637,7 @@ static int save_avio_options(AVFormatContext *s)
|
||||
{
|
||||
HLSContext *c = s->priv_data;
|
||||
static const char * const opts[] = {
|
||||
"headers", "http_proxy", "user_agent", "user-agent", "cookies", "referer", "rw_timeout", NULL };
|
||||
"headers", "http_proxy", "user_agent", "user-agent", "cookies", "referer", NULL };
|
||||
const char * const * opt = opts;
|
||||
uint8_t *buf;
|
||||
int ret = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user