Go to the source code of this file.
#define AV_CAT_SEPARATOR "|" |
static int concat_read |
( |
URLContext * |
h, |
|
|
unsigned char * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
static int64_t concat_seek |
( |
URLContext * |
h, |
|
|
int64_t |
pos, |
|
|
int |
whence |
|
) |
| |
|
static |
Initial value:= {
.name = "concat",
.default_whitelist = "concat,file,subfile",
}
static av_cold int concat_close(URLContext *h)
static int concat_read(URLContext *h, unsigned char *buf, int size)
static int64_t concat_seek(URLContext *h, int64_t pos, int whence)
static av_cold int concat_open(URLContext *h, const char *uri, int flags)
Definition at line 189 of file concat.c.