FFmpeg
Data Structures | Macros | Functions
concat.c File Reference
#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)
 

Macro Definition Documentation

◆ AV_CAT_SEPARATOR

#define AV_CAT_SEPARATOR   "|"

Definition at line 36 of file concat.c.

Function Documentation

◆ concat_close()

static av_cold int concat_close ( URLContext h)
static

Definition at line 50 of file concat.c.

◆ concat_read()

static int concat_read ( URLContext h,
unsigned char *  buf,
int  size 
)
static

Definition at line 136 of file concat.c.

◆ concat_seek()

static int64_t concat_seek ( URLContext h,
int64_t  pos,
int  whence 
)
static

Definition at line 161 of file concat.c.