libavformat/ivfdec.c File Reference

#include "avformat.h"
#include "riff.h"
#include "libavutil/intreadwrite.h"

Go to the source code of this file.

Functions

static int probe (AVProbeData *p)
static int read_header (AVFormatContext *s, AVFormatParameters *ap)
static int read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_ivf_demuxer


Function Documentation

static int probe ( AVProbeData p  )  [static]

Definition at line 25 of file ivfdec.c.

static int read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 34 of file ivfdec.c.

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

Definition at line 69 of file ivfdec.c.


Variable Documentation

Initial value:

 {
    "ivf",
    NULL_IF_CONFIG_SMALL("On2 IVF"),
    0,
    probe,
    read_header,
    read_packet,
    .flags= AVFMT_GENERIC_INDEX,
    .codec_tag = (const AVCodecTag*[]){ff_codec_bmp_tags, 0},
}

Definition at line 82 of file ivfdec.c.


Generated on Fri Oct 26 02:39:48 2012 for FFmpeg by  doxygen 1.5.8