FFmpeg
|
concat.c File Reference
Include dependency graph for concat.c:
Go to the source code of this file.
Data Structures | |
struct | concat_nodes |
struct | concat_data |
Macros | |
#define | AV_CAT_SEPARATOR "|" |
Functions | |
static av_cold int | concat_close (URLContext *h) |
static av_cold int | concat_open (URLContext *h, const char *uri, int flags) |
static int | concat_read (URLContext *h, unsigned char *buf, int size) |
static int64_t | concat_seek (URLContext *h, int64_t pos, int whence) |
Variables | |
URLProtocol | ff_concat_protocol |
Macro Definition Documentation
#define AV_CAT_SEPARATOR "|" |
Definition at line 29 of file concat.c.
Referenced by concat_open().
Function Documentation
|
static |
Definition at line 42 of file concat.c.
Referenced by concat_open().
|
static |
|
static |
|
static |
Variable Documentation
URLProtocol ff_concat_protocol |
Initial value:
= {
.name = "concat",
.url_open = concat_open,
.url_read = concat_read,
.url_seek = concat_seek,
.url_close = concat_close,
}
Definition: concat.c:36
static int concat_read(URLContext *h, unsigned char *buf, int size)
Definition: concat.c:125
static int64_t concat_seek(URLContext *h, int64_t pos, int whence)
Definition: concat.c:148
static av_cold int concat_open(URLContext *h, const char *uri, int flags)
Definition: concat.c:57
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11