FFmpeg
|
#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.
Data Structures | |
struct | ChildContext |
struct | TeeContext |
Functions | |
static int | tee_write (URLContext *h, const unsigned char *buf, int size) |
static int | tee_close (URLContext *h) |
static int | tee_open (URLContext *h, const char *filename, int flags) |
Variables | |
static const char *const | child_delim = "|" |
const URLProtocol | ff_tee_protocol |
|
static |
Definition at line 42 of file teeproto.c.
|
static |
Definition at line 56 of file teeproto.c.
Referenced by tee_open().
|
static |
Definition at line 73 of file teeproto.c.
|
static |
Definition at line 40 of file teeproto.c.
Referenced by tee_open().
const URLProtocol ff_tee_protocol |
Definition at line 139 of file teeproto.c.