]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/protocols.c
movenc: Add support for writing language codes into ISML manifests
[ffmpeg] / libavformat / protocols.c
index 124010ccedbd2cc50c93a9ea091a84ad630b17e3..b250f4934c91e857eea90dca552226903ae71b2c 100644 (file)
@@ -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;