diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-04-21 14:03:05 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-05-08 16:06:49 -0700 |
commit | 5699884c2e2b76c43df405b8613e40a953338738 (patch) | |
tree | c5b31be9246adf606e943b820e6cd2a15627054a /libavformat/allformats.c | |
parent | 38f06a1415cf8394cf60f7b7a3cad84a3659beb4 (diff) | |
download | ffmpeg-5699884c2e2b76c43df405b8613e40a953338738.tar.gz |
sctp: Initial tcp-alike sctp support with streams
Signed-off-by: Jordi Ortiz <nenjordi@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index f5be7aacb1..1b7badea8f 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -257,6 +257,7 @@ void av_register_all(void) REGISTER_PROTOCOL (PIPE, pipe); REGISTER_PROTOCOL (RTMP, rtmp); REGISTER_PROTOCOL (RTP, rtp); + REGISTER_PROTOCOL (SCTP, sctp); REGISTER_PROTOCOL (TCP, tcp); REGISTER_PROTOCOL (TLS, tls); REGISTER_PROTOCOL (UDP, udp); |