FFmpeg
|
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 |
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
Definition: libavcodec/avcodec.h:110
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
int ff_raw_video_read_header(AVFormatContext *s)
Definition: libavformat/rawdec.c:69
Definition at line 56 of file ingenientdec.c.
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11