X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhls.c;h=2387d06e5f7709840014e6ab48f7565de3ceebba;hb=0b3c1854cb9893a05564f25594a48947e9a163e9;hp=3be708bd08f30baff62627e78ec19488ca0d4f22;hpb=6eaaad37f89ec31ef07ec9338a79fbdd6b93ae98;p=ffmpeg diff --git a/libavformat/hls.c b/libavformat/hls.c index 3be708bd08f..2387d06e5f7 100644 --- a/libavformat/hls.c +++ b/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;