txd.c File Reference

Go to the source code of this file.

Functions

static int txd_probe (AVProbeData *pd)
static int txd_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int txd_read_packet (AVFormatContext *s, AVPacket *pkt)
static int txd_read_close (AVFormatContext *s)

Variables

AVInputFormat txd_demuxer


Function Documentation

static int txd_probe ( AVProbeData pd  )  [static]

Definition at line 32 of file libavformat/txd.c.

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

Definition at line 39 of file libavformat/txd.c.

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

Definition at line 53 of file libavformat/txd.c.

static int txd_read_close ( AVFormatContext s  )  [static]

Definition at line 90 of file libavformat/txd.c.


Variable Documentation

Initial value:

{
    "txd",
    "txd format",
    0,
    txd_probe,
    txd_read_header,
    txd_read_packet,
    txd_read_close,
}

Definition at line 94 of file libavformat/txd.c.


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