summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorThomas Volkert <thomas@homer-conferencing.com>2014-11-05 10:59:44 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-05 11:16:05 +0100
commit07c3a4f693360b315ecbc45f7260016c09bf0324 (patch)
tree97653c7e84f7de988faad2063067e44ae6d723a3 /libavformat/allformats.c
parent513d57cc4d3355baf4fca46cb1d2e6a0d82ee82a (diff)
avformat/udp: UDP-Lite (RFC 3828) support added
(This fixes ticket #1501) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 4d7ef2025e..e82ef2bb0d 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -371,6 +371,7 @@ void av_register_all(void)
REGISTER_PROTOCOL(TCP, tcp);
REGISTER_PROTOCOL(TLS, tls);
REGISTER_PROTOCOL(UDP, udp);
+ REGISTER_PROTOCOL(UDPLITE, udplite);
REGISTER_PROTOCOL(UNIX, unix);
/* external libraries */