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.h81 #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.c286 case AVERROR_HTTP_NOT_FOUND: in http_should_reconnect()
522 case 404: return AVERROR_HTTP_NOT_FOUND; in ff_http_averror()
554 case AVERROR_HTTP_NOT_FOUND: in http_write_reply()