libavformat/iv8.c File Reference

#include "avformat.h"
#include "internal.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_iv8_demuxer


Function Documentation

static int probe ( AVProbeData p  )  [static]

Definition at line 25 of file iv8.c.

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

Definition at line 40 of file iv8.c.

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

Definition at line 57 of file iv8.c.


Variable Documentation

Initial value:

 {
    .name           = "iv8",
    .long_name      = NULL_IF_CONFIG_SMALL("A format generated by IndigoVision 8000 video server"),
    .read_probe     = probe,
    .read_header    = read_header,
    .read_packet    = read_packet,
    .flags= AVFMT_GENERIC_INDEX,
    .value = CODEC_ID_MPEG4,
}

Definition at line 111 of file iv8.c.


Generated on Fri Oct 26 02:46:13 2012 for FFmpeg by  doxygen 1.5.8