Browse Source

avformat/teeproto: set forgotten url_close()

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.2
Michael Niedermayer 9 years ago
parent
commit
be7150d497
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/teeproto.c

+ 1
- 0
libavformat/teeproto.c View File

@@ -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…
Cancel
Save