summaryrefslogtreecommitdiff
path: root/libavformat/allformats.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/allformats.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/allformats.h')
-rw-r--r--libavformat/allformats.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h
index 1a8509b011..3cbea4e11b 100644
--- a/libavformat/allformats.h
+++ b/libavformat/allformats.h
@@ -185,6 +185,13 @@ extern AVOutputFormat voc_muxer;
extern AVOutputFormat wav_muxer;
extern AVOutputFormat yuv4mpegpipe_muxer;
+extern URLProtocol file_protocol;
+extern URLProtocol http_protocol;
+extern URLProtocol pipe_protocol;
+extern URLProtocol rtp_protocol;
+extern URLProtocol tcp_protocol;
+extern URLProtocol udp_protocol;
+
/* raw.c */
int pcm_read_seek(AVFormatContext *s,
int stream_index, int64_t timestamp, int flags);