libavformat/concat.c File Reference

#include "avformat.h"
#include "libavutil/avstring.h"
#include "libavutil/mem.h"

Go to the source code of this file.

Data Structures

struct  concat_nodes
struct  concat_data

Defines

#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 concat_protocol


Define Documentation

#define AV_CAT_SEPARATOR   "|"

Definition at line 28 of file concat.c.

Referenced by concat_open().


Function Documentation

static av_cold int concat_close ( URLContext h  )  [static]

Definition at line 41 of file concat.c.

Referenced by concat_open().

static av_cold int concat_open ( URLContext h,
const char *  uri,
int  flags 
) [static]

Definition at line 57 of file concat.c.

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

Definition at line 130 of file concat.c.

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

Definition at line 153 of file concat.c.


Variable Documentation

Initial value:

Definition at line 191 of file concat.c.


Generated on Fri Oct 26 02:36:54 2012 for FFmpeg by  doxygen 1.5.8