avformat: Add tee protocol
Option passing support will be submitted seperately to the ML Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
21c081a246
commit
64caafaeb1
6 changed files with 150 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue