#include <string.h>
#include "libavutil/avstring.h"
#include "libavutil/dict.h"
#include "libavutil/error.h"
#include "libavutil/mem.h"
#include "tee_common.h"
#include "url.h"
Go to the source code of this file.
◆ tee_write()
static int tee_write |
( |
URLContext * |
h, |
|
|
const unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
◆ tee_close()
◆ tee_open()
static int tee_open |
( |
URLContext * |
h, |
|
|
const char * |
filename, |
|
|
int |
flags |
|
) |
| |
|
static |
◆ child_delim
const char* const child_delim = "|" |
|
static |
◆ ff_tee_protocol
Initial value:= {
.name = "tee",
.default_whitelist = "crypto,file,http,https,httpproxy,rtmp,tcp,tls"
}
Definition at line 139 of file teeproto.c.