Vivo stream demuxer.  
More...
Go to the source code of this file.
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.
 
Initial value:= {
    .name           = "vivo",
    .extensions     = "viv",
}
static int vivo_read_header(AVFormatContext *s)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int read_header(FFV1Context *f)
 
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
 
static int vivo_read_packet(AVFormatContext *s, AVPacket *pkt)
 
static int vivo_probe(AVProbeData *p)
 
 
Definition at line 305 of file vivo.c.