summaryrefslogtreecommitdiff
path: root/libavformat/avio.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-09-10 18:11:13 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-09-10 18:11:13 +0000
commitdde1f9285a13dad6ab131f2287aa54959d8e7d84 (patch)
tree3bfbdb8c35ea61df828697ed35512d488f790e57 /libavformat/avio.h
parent21b37480291e827ad6af26df283f734381a9fb75 (diff)
*_protocol are not part of public API
Originally committed as revision 10472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r--libavformat/avio.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h
index 8db657f282..0d43a7bc8e 100644
--- a/libavformat/avio.h
+++ b/libavformat/avio.h
@@ -254,21 +254,10 @@ int url_close_dyn_buf(ByteIOContext *s, uint8_t **pbuffer);
unsigned long get_checksum(ByteIOContext *s);
void init_checksum(ByteIOContext *s, unsigned long (*update_checksum)(unsigned long c, const uint8_t *p, unsigned int len), unsigned long checksum);
-/* file.c */
-extern URLProtocol file_protocol;
-extern URLProtocol pipe_protocol;
-
/* udp.c */
-extern URLProtocol udp_protocol;
int udp_set_remote_url(URLContext *h, const char *uri);
int udp_get_local_port(URLContext *h);
int udp_get_file_handle(URLContext *h);
-/* tcp.c */
-extern URLProtocol tcp_protocol;
-
-/* http.c */
-extern URLProtocol http_protocol;
-
#endif