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)
void av_log(void *avcl, int level, const char *fmt,...) av_printf_format(3
Send the specified message to the log if the level is less than or equal to the current av_log_level...
#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)
AVInputFormat ff_ingenient_demuxer
AVIOContext * pb
I/O context.
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
#define MKTAG(a, b, c, d)
This structure stores compressed data.