Commit 0b3c1854 authored by Steven Liu's avatar Steven Liu

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

This reverts commit 36deec01.
parent 6eaaad37
...@@ -1637,7 +1637,7 @@ static int save_avio_options(AVFormatContext *s) ...@@ -1637,7 +1637,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", "user-agent", "cookies", "referer", NULL };
const char * const * opt = opts; const char * const * opt = opts;
uint8_t *buf; uint8_t *buf;
int ret = 0; int ret = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment