mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 10:11:04 +08:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user