Commit be7150d4 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/teeproto: set forgotten url_close()

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent a1601846
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment