FFmpeg
|
#include <string.h>
#include "config_components.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
#include "libavutil/error.h"
#include "libavutil/mem.h"
#include "avio_internal.h"
#include "url.h"
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 int | concat_read (URLContext *h, unsigned char *buf, int size) |
static int64_t | concat_seek (URLContext *h, int64_t pos, int whence) |
|
static |
|
static |