summaryrefslogtreecommitdiff
path: root/libavformat/http.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-07-22 16:37:09 +0200
committerLuca Barbato <lu_zero@gentoo.org>2014-07-22 16:38:26 +0200
commit7bdd2ff6825951f7a6a6008303acfce7c2a63532 (patch)
tree7758f4919efbbb6c5be7b8cf12417646e5ab7360 /libavformat/http.h
parent78670fbf07bd03479073d4218440de4914304680 (diff)
http: Use a constant for the supported header size
Diffstat (limited to 'libavformat/http.h')
-rw-r--r--libavformat/http.h2
1 files changed, 2 insertions, 0 deletions
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