ingenientdec.c File Reference
#include "avformat.h"
#include "rawdec.h"
Include dependency graph for ingenientdec.c:

Go to the source code of this file.

Functions

static int ingenient_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

AVInputFormat ff_ingenient_demuxer
 

Function Documentation

static int ingenient_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 26 of file ingenientdec.c.

Variable Documentation

AVInputFormat ff_ingenient_demuxer
Initial value:
= {
.name = "ingenient",
.long_name = NULL_IF_CONFIG_SMALL("raw Ingenient MJPEG"),
.priv_data_size = sizeof(FFRawVideoDemuxerContext),
.extensions = "cgi",
.raw_codec_id = AV_CODEC_ID_MJPEG,
.priv_class = &ingenient_demuxer_class,
}
struct FFRawVideoDemuxerContext FFRawVideoDemuxerContext
static int ingenient_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: ingenientdec.c:26
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:517
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:353
static int flags
Definition: cpu.c:23
int ff_raw_video_read_header(AVFormatContext *s)

Definition at line 56 of file ingenientdec.c.