FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
vivo.c File Reference

Vivo stream demuxer. More...

#include "libavutil/parseutils.h"
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  VivoContext
 

Functions

static int vivo_probe (AVProbeData *p)
 
static int vivo_get_packet_header (AVFormatContext *s)
 
static int vivo_read_header (AVFormatContext *s)
 
static int vivo_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

AVInputFormat ff_vivo_demuxer
 

Detailed Description

Vivo stream demuxer.

Author
Daniel Verkamp <daniel at drv.nu>
See Also
http://wiki.multimedia.cx/index.php?title=Vivo

Definition in file vivo.c.

Function Documentation

static int vivo_probe ( AVProbeData p)
static

Definition at line 43 of file vivo.c.

static int vivo_get_packet_header ( AVFormatContext s)
static

Definition at line 72 of file vivo.c.

Referenced by vivo_read_header(), and vivo_read_packet().

static int vivo_read_header ( AVFormatContext s)
static

Definition at line 118 of file vivo.c.

static int vivo_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 244 of file vivo.c.

Variable Documentation

AVInputFormat ff_vivo_demuxer
Initial value:
= {
.name = "vivo",
.long_name = NULL_IF_CONFIG_SMALL("Vivo"),
.priv_data_size = sizeof(VivoContext),
.extensions = "viv",
}

Definition at line 305 of file vivo.c.