Go to the source code of this file.
|
static int | parse_slave_failure_policy_option (const char *opt, TeeSlave *tee_slave) |
|
static int | parse_slave_fifo_options (const char *use_fifo, const char *fifo_options, TeeSlave *tee_slave) |
|
static int | close_slave (TeeSlave *tee_slave) |
|
static void | close_slaves (AVFormatContext *avf) |
|
static int | open_slave (AVFormatContext *avf, char *slave, TeeSlave *tee_slave) |
|
static void | log_slave (TeeSlave *slave, void *log_ctx, int log_level) |
|
static int | tee_process_slave_failure (AVFormatContext *avf, unsigned slave_idx, int err_n) |
|
static int | tee_write_header (AVFormatContext *avf) |
|
static int | tee_write_trailer (AVFormatContext *avf) |
|
static int | tee_write_packet (AVFormatContext *avf, AVPacket *pkt) |
|
Definition at line 66 of file tee.c.
#define STEAL_OPTION |
( |
|
option, |
|
|
|
field |
|
) |
| |
Value:
field = entry->value; \
} \
} while (0)
AVDictionaryEntry * av_dict_get(const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
Get a dictionary entry with matching key.
static const AVOption options[]
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
Set the given entry in *pm, overwriting an existing entry.
Referenced by open_slave().
Enumerator |
---|
ON_SLAVE_FAILURE_ABORT |
|
ON_SLAVE_FAILURE_IGNORE |
|
Definition at line 31 of file tee.c.
static int parse_slave_failure_policy_option |
( |
const char * |
opt, |
|
|
TeeSlave * |
tee_slave |
|
) |
| |
|
inlinestatic |
static int parse_slave_fifo_options |
( |
const char * |
use_fifo, |
|
|
const char * |
fifo_options, |
|
|
TeeSlave * |
tee_slave |
|
) |
| |
|
static |
const char* const slave_delim = "|" |
|
static |
const char* const slave_bsfs_spec_sep = "/" |
|
static |
const char* const slave_select_sep = "," |
|
static |
Initial value:= {
{"use_fifo", "Use fifo pseudo-muxer to separate actual muxers from encoder",
{
"fifo_options",
"fifo pseudo-muxer options",
OFFSET(fifo_options_str),
}
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition at line 67 of file tee.c.
Initial value:= {
.class_name = "Tee muxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 75 of file tee.c.
Initial value:= {
.name = "tee",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static int tee_write_packet(AVFormatContext *avf, AVPacket *pkt)
static int tee_write_trailer(AVFormatContext *avf)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass tee_muxer_class
static int write_trailer(AVFormatContext *s1)
static void write_header(FFV1Context *f)
static int tee_write_header(AVFormatContext *avf)
Definition at line 609 of file tee.c.