summaryrefslogtreecommitdiffstats
path: root/libavformat/protocols.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-07-18 14:42:22 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-07-19 18:41:19 +0200
commit64caafaeb18ac68eebbb3adccbd87cabc53ba9cc (patch)
tree2ec830c064d73351f3b4096e5d606e6367e293b1 /libavformat/protocols.c
parent21c081a2465172a8ea6c6598deea1872d0a7a045 (diff)
downloadffmpeg-streaming-64caafaeb18ac68eebbb3adccbd87cabc53ba9cc.zip
ffmpeg-streaming-64caafaeb18ac68eebbb3adccbd87cabc53ba9cc.tar.gz
avformat: Add tee protocol
Option passing support will be submitted seperately to the ML Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/protocols.c')
-rw-r--r--libavformat/protocols.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/protocols.c b/libavformat/protocols.c
index 124010c..b250f49 100644
--- a/libavformat/protocols.c
+++ b/libavformat/protocols.c
@@ -53,6 +53,7 @@ extern const URLProtocol ff_rtp_protocol;
extern const URLProtocol ff_sctp_protocol;
extern const URLProtocol ff_srtp_protocol;
extern const URLProtocol ff_subfile_protocol;
+extern const URLProtocol ff_tee_protocol;
extern const URLProtocol ff_tcp_protocol;
extern const URLProtocol ff_tls_gnutls_protocol;
extern const URLProtocol ff_tls_schannel_protocol;
OpenPOWER on IntegriCloud