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

This reverts commit 36deec010c.
pull/298/head
Steven Liu 7 years ago
parent 6eaaad37f8
commit 0b3c1854cb
  1. 2
      libavformat/hls.c

@ -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…
Cancel
Save