28 int ret,
size, w,
h, unk1, unk2;
44 av_log(s,
AV_LOG_DEBUG,
"Ingenient packet: size=%d, width=%d, height=%d, unk1=%d unk2=%d\n",
45 size, w, h, unk1, unk2);
65 .priv_class = &ingenient_demuxer_class,
#define FF_RAWVIDEO_DEMUXER_CLASS(name)
static int ingenient_read_packet(AVFormatContext *s, AVPacket *pkt)
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward.
unsigned int avio_rl32(AVIOContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
AVIOContext * pb
I/O context.
AVInputFormat ff_ingenient_demuxer
unsigned int avio_rl16(AVIOContext *s)
#define MKTAG(a, b, c, d)
This structure stores compressed data.