#include "avformat.h"
#include "rawdec.h"
Go to the source code of this file.
Functions | |
static int | ingenient_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_ingenient_demuxer |
static int ingenient_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
Definition at line 26 of file ingenientdec.c.
Initial value:
{ "ingenient", NULL_IF_CONFIG_SMALL("raw Ingenient MJPEG"), sizeof(FFRawVideoDemuxerContext), NULL, ff_raw_video_read_header, ingenient_read_packet, .flags= AVFMT_GENERIC_INDEX, .extensions = "cgi", .value = CODEC_ID_MJPEG, .priv_class = &ff_rawvideo_demuxer_class, }
Definition at line 61 of file ingenientdec.c.