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 |
| 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.
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.
1.5.5