diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-18 14:42:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-07-19 18:41:19 +0200 |
commit | 64caafaeb18ac68eebbb3adccbd87cabc53ba9cc (patch) | |
tree | 2ec830c064d73351f3b4096e5d606e6367e293b1 /libavformat/protocols.c | |
parent | 21c081a2465172a8ea6c6598deea1872d0a7a045 (diff) | |
download | ffmpeg-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/protocols.c b/libavformat/protocols.c index 124010cced..b250f4934c 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; |