X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fprotocols.c;h=b250f4934c91e857eea90dca552226903ae71b2c;hb=cc0852bee3608cd4b0cadb2ea4b7e58a22aa3c0e;hp=124010ccedbd2cc50c93a9ea091a84ad630b17e3;hpb=cd02df52567d417e3efeda8fbaa36a2753a0e0cf;p=ffmpeg diff --git a/libavformat/protocols.c b/libavformat/protocols.c index 124010ccedb..b250f4934c9 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;