Go to the source code of this file.
Classes | |
| struct | DXAContext |
Functions | |
| static int | dxa_probe (AVProbeData *p) |
| static int | dxa_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | dxa_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | dxa_demuxer |
| static int dxa_probe | ( | AVProbeData * | p | ) | [static] |
Definition at line 36 of file libavformat/dxa.c.
| static int dxa_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
Definition at line 46 of file libavformat/dxa.c.
| static int dxa_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
Definition at line 137 of file libavformat/dxa.c.
Initial value:
{
"dxa",
"dxa",
sizeof(DXAContext),
dxa_probe,
dxa_read_header,
dxa_read_packet,
}
Definition at line 205 of file libavformat/dxa.c.
1.5.5