Revert "avformat/hls: copy rw_timeout from parent to child AVIOContexts."

This reverts commit 36deec010c.
This commit is contained in:
Steven Liu 2018-04-17 14:33:36 +08:00
parent 6eaaad37f8
commit 0b3c1854cb
1 changed files with 1 additions and 1 deletions

View File

@ -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;