mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-26 20:50:34 +00:00
avformat/teeproto: set forgotten url_close()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
a16018461b
commit
be7150d497
@ -140,6 +140,7 @@ const URLProtocol ff_tee_protocol = {
|
||||
.name = "tee",
|
||||
.url_open = tee_open,
|
||||
.url_write = tee_write,
|
||||
.url_close = tee_close,
|
||||
.priv_data_size = sizeof(TeeContext),
|
||||
.priv_data_class = &tee_class,
|
||||
.default_whitelist = "crypto,file,http,https,httpproxy,rtmp,tcp,tls"
|
||||
|
Loading…
Reference in New Issue
Block a user