summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-10-06 12:42:18 +0000
committerMartin Storsjö <martin@martin.st>2010-10-06 12:42:18 +0000
commit3ece3e4c56d1bcd64f9e180b896b3c0f1dd17e4e (patch)
treeecbaa7cbc090f9effa490c52711e80717f7db710 /libavformat/rtpdec.c
parent9fd5f39b0e77e41d8d9b813b9a17bb21533fbf64 (diff)
downloadffmpeg-streaming-3ece3e4c56d1bcd64f9e180b896b3c0f1dd17e4e.zip
ffmpeg-streaming-3ece3e4c56d1bcd64f9e180b896b3c0f1dd17e4e.tar.gz
Add RTP depacketization of the X-QT QuickTime format
Originally committed as revision 25371 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.c')
-rw-r--r--libavformat/rtpdec.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c
index d349ce7..8c8d1fa 100644
--- a/libavformat/rtpdec.c
+++ b/libavformat/rtpdec.c
@@ -70,6 +70,11 @@ void av_register_rtp_dynamic_payload_handlers(void)
ff_register_dynamic_payload_handler(&ff_ms_rtp_asf_pfv_handler);
ff_register_dynamic_payload_handler(&ff_ms_rtp_asf_pfa_handler);
+
+ ff_register_dynamic_payload_handler(&ff_qt_rtp_aud_handler);
+ ff_register_dynamic_payload_handler(&ff_qt_rtp_vid_handler);
+ ff_register_dynamic_payload_handler(&ff_quicktime_rtp_aud_handler);
+ ff_register_dynamic_payload_handler(&ff_quicktime_rtp_vid_handler);
}
static int rtcp_parse_packet(RTPDemuxContext *s, const unsigned char *buf, int len)
OpenPOWER on IntegriCloud