summaryrefslogtreecommitdiff
path: root/libavformat/allformats.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-09-10 22:48:42 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-09-10 22:48:42 +0000
commitb156b88c13ddc9b6bbd5d60f85328fea5a7fd9cf (patch)
tree32c8e98835dc90203bdfc7cc30430523a3fa362c /libavformat/allformats.h
parentac6577cd71e5d2e48728a04a4050a28b454d4ed5 (diff)
rtp and rtsp demuxer declarations are not part of public API
Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r--libavformat/allformats.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h
index 3cbea4e11b..88da77bf34 100644
--- a/libavformat/allformats.h
+++ b/libavformat/allformats.h
@@ -95,6 +95,8 @@ extern AVInputFormat rawvideo_demuxer;
extern AVInputFormat redir_demuxer;
extern AVInputFormat rm_demuxer;
extern AVInputFormat roq_demuxer;
+extern AVInputFormat rtp_demuxer;
+extern AVInputFormat rtsp_demuxer;
extern AVInputFormat sdp_demuxer;
extern AVInputFormat segafilm_demuxer;
extern AVInputFormat shorten_demuxer;
@@ -176,6 +178,7 @@ extern AVOutputFormat pcm_u16le_muxer;
extern AVOutputFormat pcm_u8_muxer;
extern AVOutputFormat psp_muxer;
extern AVOutputFormat rawvideo_muxer;
+extern AVOutputFormat rtp_muxer;
extern AVOutputFormat rm_muxer;
extern AVOutputFormat roq_muxer;
extern AVOutputFormat swf_muxer;