summaryrefslogtreecommitdiff
path: root/libavformat/allformats.h
diff options
context:
space:
mode:
authorRyan Martell <rdm4@martellventures.com>2006-10-26 18:36:03 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2006-10-26 18:36:03 +0000
commit4934884a134418491fdcd704d80249efab16023d (patch)
tree74bd854f5f4ce9356c8ca814fc61ecadc4b23b75 /libavformat/allformats.h
parent18fd519f54bcd579107d14b80ebcc8899509d117 (diff)
Add support for H264 over RTP
Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 9, 2006 4:55 PM Subject: [Ffmpeg-devel] RTP patches & RFC Actual committed patch: Date: Oct 26, 2006 4:29 PM Originally committed as revision 6798 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 d63f044105..27f0952098 100644
--- a/libavformat/allformats.h
+++ b/libavformat/allformats.h
@@ -170,6 +170,9 @@ int pcm_read_seek(AVFormatContext *s,
/* rtsp.c */
int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f);
+/* rtp.c */
+void av_register_rtp_dynamic_payload_handlers();
+
#if 0
extern AVImageFormat pnm_image_format;