summaryrefslogtreecommitdiffstats
path: root/stream/http.h
diff options
context:
space:
mode:
authorcboesch <cboesch@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-12-03 19:52:10 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-12-16 05:16:50 +0200
commitdb522b94e05ba42ebe1ec489d9a61b2e254a9c84 (patch)
treecca53310fbdf27024c93d403b23044ab4da50054 /stream/http.h
parent4f1b2d9b182fa422c4dff6aa44f8d45d82218165 (diff)
downloadmpv-db522b94e05ba42ebe1ec489d9a61b2e254a9c84.tar.bz2
mpv-db522b94e05ba42ebe1ec489d9a61b2e254a9c84.tar.xz
stream/: delete base64_encode(), use libavutil av_base64_encode()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32672 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/http.h')
-rw-r--r--stream/http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/http.h b/stream/http.h
index d24ec45681..2dd5125881 100644
--- a/stream/http.h
+++ b/stream/http.h
@@ -67,5 +67,4 @@ int http_add_basic_proxy_authentication( HTTP_header_t *http_hdr, const char *u
void http_debug_hdr( HTTP_header_t *http_hdr );
-int base64_encode(const void *enc, int encLen, char *out, int outMax);
#endif /* MPLAYER_HTTP_H */