libavformat/rawvideodec.c File Reference

#include "avformat.h"
#include "rawdec.h"

Go to the source code of this file.

Functions

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

Variables

AVInputFormat ff_rawvideo_demuxer


Function Documentation

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

Definition at line 25 of file rawvideodec.c.


Variable Documentation

Initial value:

 {
    "rawvideo",
    NULL_IF_CONFIG_SMALL("raw video format"),
    sizeof(FFRawVideoDemuxerContext),
    NULL,
    ff_raw_read_header,
    rawvideo_read_packet,
    .flags= AVFMT_GENERIC_INDEX,
    .extensions = "yuv,cif,qcif,rgb",
    .value = CODEC_ID_RAWVIDEO,
    .priv_class = &ff_rawvideo_demuxer_class,
}

Definition at line 47 of file rawvideodec.c.


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