diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-22 22:02:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-22 22:02:48 +0200 |
commit | 016cca45047483f508c05aa10d9448f6fcb6de0a (patch) | |
tree | 0fb2be1ebaa66f80227fcf78d2346f30268ca6aa /libavformat/http.h | |
parent | bc15b5238f9984458b5cceb99670e9db53fc74f1 (diff) | |
parent | 7bdd2ff6825951f7a6a6008303acfce7c2a63532 (diff) | |
download | ffmpeg-016cca45047483f508c05aa10d9448f6fcb6de0a.tar.gz |
Merge commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532'
* commit '7bdd2ff6825951f7a6a6008303acfce7c2a63532':
http: Use a constant for the supported header size
Conflicts:
libavformat/http.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/http.h')
-rw-r--r-- | libavformat/http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/http.h b/libavformat/http.h index a19ad8ed3e..be8ae7f460 100644 --- a/libavformat/http.h +++ b/libavformat/http.h @@ -24,6 +24,8 @@ #include "url.h" +#define HTTP_HEADERS_SIZE 4096 + /** * Initialize the authentication state based on another HTTP URLContext. * This can be used to pre-initialize the authentication parameters if |