mtv.c File Reference


Detailed Description

MTV demuxer.

Definition in file mtv.c.

Go to the source code of this file.

Classes

struct  MTVDemuxContext

Functions

static int mtv_probe (AVProbeData *p)
static int mtv_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int mtv_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat mtv_demuxer


Function Documentation

static int mtv_probe ( AVProbeData p  )  [static]

Definition at line 55 of file mtv.c.

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

Definition at line 65 of file mtv.c.

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

Definition at line 131 of file mtv.c.


Variable Documentation

Initial value:

 {
    "MTV",
    "MTV format",
    sizeof(MTVDemuxContext),
    mtv_probe,
    mtv_read_header,
    mtv_read_packet,
}

Definition at line 177 of file mtv.c.


Generated on Sat Dec 18 05:15:54 2010 for MythTV by  doxygen 1.5.5