FFmpeg
|
vivo.c File Reference
Vivo stream demuxer. More...
Include dependency graph for vivo.c:
Go to the source code of this file.
Data Structures | |
struct | VivoContext |
Typedefs | |
typedef struct VivoContext | 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.
Definition in file vivo.c.
Typedef Documentation
typedef struct VivoContext VivoContext |
Function Documentation
|
static |
Definition at line 72 of file vivo.c.
Referenced by vivo_read_header(), and vivo_read_packet().
|
static |
|
static |
|
static |
Variable Documentation
AVInputFormat ff_vivo_demuxer |
Initial value:
= {
.name = "vivo",
.long_name = NULL_IF_CONFIG_SMALL("Vivo"),
.priv_data_size = sizeof(VivoContext),
.read_probe = vivo_probe,
.extensions = "viv",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int vivo_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vivo.c:244
struct VivoContext VivoContext
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11