#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
◆ probe()
Definition at line 25 of file iv8.c.
◆ read_header()
Definition at line 40 of file iv8.c.
◆ read_packet()
Definition at line 57 of file iv8.c.
◆ ff_iv8_demuxer
Initial value:= {
.name = "iv8",
}
static int read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int probe(AVProbeData *p)
Definition at line 111 of file iv8.c.