FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "avio_internal.h"
#include "tee_common.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 AVOption | tee_options [] |
static const AVClass | tee_class |
static const char *const | child_delim = "|" |
const URLProtocol | ff_tee_protocol |
|
static |
Definition at line 51 of file teeproto.c.
|
static |
Definition at line 65 of file teeproto.c.
Referenced by tee_open().
|
static |
Definition at line 82 of file teeproto.c.
|
static |
Definition at line 38 of file teeproto.c.
|
static |
Definition at line 42 of file teeproto.c.
|
static |
Definition at line 49 of file teeproto.c.
Referenced by tee_open().
const URLProtocol ff_tee_protocol |
Definition at line 139 of file teeproto.c.