summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
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.c
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.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 5967b971f4..dafbfb4e8a 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -416,6 +416,7 @@ void av_register_all(void)
#ifdef CONFIG_REDIR_DEMUXER
av_register_input_format(&redir_demuxer);
#endif
+ av_register_rtp_dynamic_payload_handlers();
#endif /* CONFIG_NETWORK */
#ifdef CONFIG_SEGAFILM_DEMUXER
av_register_input_format(&segafilm_demuxer);