22 #ifndef AVFORMAT_HTTP_H
23 #define AVFORMAT_HTTP_H
27 #define HTTP_HEADERS_SIZE 4096
int ff_http_averror(int status_code, int default_averror)
void ff_http_init_auth_state(URLContext *dest, const URLContext *src)
Initialize the authentication state based on another HTTP URLContext.
int ff_http_do_new_request(URLContext *h, const char *uri)
Send a new HTTP request, reusing the old connection.
unbuffered private I/O API