libavformat/ingenientdec.c File Reference

#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


Function Documentation

static int ingenient_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 26 of file ingenientdec.c.


Variable Documentation

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.


Generated on Fri Oct 26 02:38:20 2012 for FFmpeg by  doxygen 1.5.8