Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhttp.c799 static int check_http_code(URLContext *h, int http_code, const char *end) in check_http_code() function
1161 if ((ret = check_http_code(h, s->http_code, end)) < 0) in process_line()