From 7bdd2ff6825951f7a6a6008303acfce7c2a63532 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 22 Jul 2014 16:37:09 +0200 Subject: http: Use a constant for the supported header size --- libavformat/http.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/http.h') diff --git a/libavformat/http.h b/libavformat/http.h index f0d9d4aea8..3d301a715f 100644 --- a/libavformat/http.h +++ b/libavformat/http.h @@ -24,6 +24,8 @@ #include "url.h" +#define HTTP_HEADERS_SIZE 1024 + /** * Initialize the authentication state based on another HTTP URLContext. * This can be used to pre-initialize the authentication parameters if -- cgit v1.2.3