From db522b94e05ba42ebe1ec489d9a61b2e254a9c84 Mon Sep 17 00:00:00 2001 From: cboesch Date: Fri, 3 Dec 2010 19:52:10 +0000 Subject: stream/: delete base64_encode(), use libavutil av_base64_encode() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32672 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/http.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stream/http.h') 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 */ -- cgit v1.2.3