libavformat/concat.c File Reference
#include "avformat.h"
#include "libavutil/avstring.h"
#include "libavutil/mem.h"
#include "url.h"
Go to the source code of this file.
Define Documentation
#define AV_CAT_SEPARATOR "|" |
Function Documentation
static av_cold int concat_close |
( |
URLContext * |
h |
) |
[static] |
static av_cold int concat_open |
( |
URLContext * |
h, |
|
|
const char * |
uri, |
|
|
int |
flags | |
|
) |
| | [static] |
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] |
Variable Documentation
Initial value:
Definition at line 186 of file concat.c.