X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Flibavformat%2Fhttp.h;h=7d02713e31096df172c203d28ea95f35f474aefe;hp=be8ae7f46015f061fda6281ab0b55e9eecb1115f;hb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00 diff --git a/ffmpeg/libavformat/http.h b/ffmpeg/libavformat/http.h index be8ae7f..7d02713 100644 --- a/ffmpeg/libavformat/http.h +++ b/ffmpeg/libavformat/http.h @@ -47,4 +47,6 @@ void ff_http_init_auth_state(URLContext *dest, const URLContext *src); */ int ff_http_do_new_request(URLContext *h, const char *uri); +int ff_http_averror(int status_code, int default_averror); + #endif /* AVFORMAT_HTTP_H */