FFmpeg
|
Vivo stream demuxer. More...
#include "libavutil/avstring.h"
#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 (const 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 |
Vivo stream demuxer.
Definition in file vivo.c.
|
static |
|
static |
Definition at line 75 of file vivo.c.
Referenced by vivo_read_header(), and vivo_read_packet().
|
static |
|
static |
AVInputFormat ff_vivo_demuxer |