libavformat/ivfdec.c File Reference

#include "avformat.h"
#include "internal.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)
static int read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_ivf_demuxer


Function Documentation

static int probe ( AVProbeData p  )  [static]

Definition at line 26 of file ivfdec.c.

static int read_header ( AVFormatContext s  )  [static]

Definition at line 35 of file ivfdec.c.

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

Definition at line 70 of file ivfdec.c.


Variable Documentation

Initial value:

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

Definition at line 83 of file ivfdec.c.


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