FFmpeg
|
#include "libavutil/avutil.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
#include "tee_common.h"
Go to the source code of this file.
Functions | |
int | ff_tee_parse_slave_options (void *log, char *slave, AVDictionary **options, char **filename) |
Variables | |
static const char *const | slave_opt_open = "[" |
static const char *const | slave_opt_close = "]" |
static const char *const | slave_opt_delim = ":]" |
int ff_tee_parse_slave_options | ( | void * | log, |
char * | slave, | ||
AVDictionary ** | options, | ||
char ** | filename | ||
) |
Definition at line 32 of file tee_common.c.
Referenced by open_slave(), and tee_open().
|
static |
Definition at line 28 of file tee_common.c.
Referenced by ff_tee_parse_slave_options().
|
static |
Definition at line 29 of file tee_common.c.
Referenced by ff_tee_parse_slave_options().
|
static |
Definition at line 30 of file tee_common.c.
Referenced by ff_tee_parse_slave_options().