FFmpeg
Classes | Typedefs | Variables
vivo.c File Reference

Vivo stream demuxer. More...

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

Classes

struct  VivoContext
 

Typedefs

typedef struct VivoContext VivoContext
 

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

Variable Documentation

§ ff_vivo_demuxer

AVInputFormat ff_vivo_demuxer
Initial value:
= {
.name = "vivo",
.long_name = NULL_IF_CONFIG_SMALL("Vivo"),
.priv_data_size = sizeof(VivoContext),
.read_probe = vivo_probe,
.read_header = vivo_read_header,
.read_packet = vivo_read_packet,
.extensions = "viv",
}
Definition: vivo.c:33
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186