diff allformats.h @ 2542:89030c7e2fa7 libavformat

*_protocol are not part of public API
author aurel
date Mon, 10 Sep 2007 18:11:13 +0000
parents bbfeec27c98c
children 0318af3025dd
line wrap: on
line diff
--- a/allformats.h	Mon Sep 10 15:08:23 2007 +0000
+++ b/allformats.h	Mon Sep 10 18:11:13 2007 +0000
@@ -185,6 +185,13 @@
 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);