summaryrefslogtreecommitdiff
path: root/libavformat/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/http.h')
-rw-r--r--libavformat/http.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavformat/http.h b/libavformat/http.h
index c5ff5e134c..bd63a190dc 100644
--- a/libavformat/http.h
+++ b/libavformat/http.h
@@ -43,14 +43,6 @@
void ff_http_set_headers(URLContext *h, const char *headers);
/**
- * Enable or disable chunked transfer encoding. (default is enabled)
- *
- * @param h URL context for this HTTP connection
- * @param is_chunked 0 to disable chunking, nonzero otherwise.
- */
-void ff_http_set_chunked_transfer_encoding(URLContext *h, int is_chunked);
-
-/**
* Initialize the authentication state based on another HTTP URLContext.
* This can be used to pre-initialize the authentication parameters if
* they are known beforehand, to avoid having to do an initial failing