Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Derror.h79 #define AVERROR_HTTP_NOT_FOUND FFERRTAG(0xF8,'4','0','4') macro
/third_party/ffmpeg/doc/examples/
Dhttp_multiclient.c56 reply_code = AVERROR_HTTP_NOT_FOUND; in process_client()
/third_party/ffmpeg/libavformat/
Dhttp.c277 case AVERROR_HTTP_NOT_FOUND: in http_should_reconnect()
456 case 404: return AVERROR_HTTP_NOT_FOUND; in ff_http_averror()
488 case AVERROR_HTTP_NOT_FOUND: in http_write_reply()