Home
last modified time | relevance | path

Searched refs:status_group (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttp.c270 const char *status_group; in http_should_reconnect() local
279 status_group = "4xx"; in http_should_reconnect()
283 status_group = "5xx"; in http_should_reconnect()
293 if (av_match_list(status_group, s->reconnect_on_http_error, ',') > 0) in http_should_reconnect()