FFmpeg
Functions | Variables
ingenientdec.c File Reference
#include "avformat.h"
#include "rawdec.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Functions

static int ingenient_probe (const AVProbeData *p)
 
static int ingenient_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

AVInputFormat ff_ingenient_demuxer
 

Function Documentation

◆ ingenient_probe()

static int ingenient_probe ( const AVProbeData p)
static

Definition at line 27 of file ingenientdec.c.

◆ ingenient_read_packet()

static int ingenient_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 36 of file ingenientdec.c.

Variable Documentation

◆ ff_ingenient_demuxer

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,
}

Definition at line 66 of file ingenientdec.c.

ff_raw_video_read_header
int ff_raw_video_read_header(AVFormatContext *s)
Definition: rawdec.c:71
AVFMT_GENERIC_INDEX
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:463
ingenient_read_packet
static int ingenient_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: ingenientdec.c:36
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:527
read_probe
static int read_probe(const AVProbeData *pd)
Definition: jvdec.c:55
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:117
FFRawVideoDemuxerContext
Definition: rawdec.h:29
AV_CODEC_ID_MJPEG
@ AV_CODEC_ID_MJPEG
Definition: codec_id.h:56
ingenient_probe
static int ingenient_probe(const AVProbeData *p)
Definition: ingenientdec.c:27
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_reading.c:42
flags
#define flags(name, subs,...)
Definition: cbs_av1.c:561