#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
Go to the source code of this file.
Definition at line 41 of file ifv.c.
Initial value:= {
.name = "ifv",
.extensions = "ifv",
}
static int ifv_read_header(AVFormatContext *s)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int ifv_read_packet(AVFormatContext *s, AVPacket *pkt)
static int ifv_probe(const AVProbeData *p)
#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 ifv_read_seek(AVFormatContext *s, int stream_index, int64_t ts, int flags)
Definition at line 308 of file ifv.c.